Solid Edge FrameworkSupport Type Library
AddDistanceIntersectionToObject Method
Specifies the first object in the intersection.
Specifies a point on Object11.
Specifies a point on Object11.
Specifies a point on Object11.
Specifies the second object in the intersection.
Specifies a point on Object12.
Specifies a point on Object12.
Specifies a point on Object12.
Specifies the object to which the intersection is to be dimensioned.
Specifies a point on Object2.
Specifies a point on Object2.
Specifies a point on Object2.
Specifies whether or not the point specified for Object2 is a key point.
Description
Adds a dimension from an intersection to a key point on an object.
Syntax
Visual Basic
Public Function AddDistanceIntersectionToObject( _
   ByVal Object11 As Object, _
   ByVal x11 As Double, _
   ByVal y11 As Double, _
   ByVal z11 As Double, _
   ByVal Object12 As Object, _
   ByVal x12 As Double, _
   ByVal y12 As Double, _
   ByVal z12 As Double, _
   ByVal Object2 As Object, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal z2 As Double, _
   ByVal keyPoint2 As Boolean _
) As Dimension
Parameters
Object11
Specifies the first object in the intersection.
x11
Specifies a point on Object11.
y11
Specifies a point on Object11.
z11
Specifies a point on Object11.
Object12
Specifies the second object in the intersection.
x12
Specifies a point on Object12.
y12
Specifies a point on Object12.
z12
Specifies a point on Object12.
Object2
Specifies the object to which the intersection is to be dimensioned.
x2
Specifies a point on Object2.
y2
Specifies a point on Object2.
z2
Specifies a point on Object2.
keyPoint2
Specifies whether or not the point specified for Object2 is a key point.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.