Solid Edge FrameworkSupport Type Library
AddDistanceObjectToIntersection Method
Specifies the object to be the basis for the dimension.
Specifies a point on Object1.
Specifies a point on Object1.
Specifies a point on Object1.
Specifies whether or not the point identified for Object1 is a key point.
Specifies the first object of the intersection.
Specifies a point on Object21.
Specifies a point on Object21.
Specifies a point on Object21.
Specifies the second object of the intersection.
Specifies a point on Object22.
Specifies a point on Object22.
Specifies a point on Object22.
Description
Adds a dimension from a key point on an object to an intersection.
Syntax
Visual Basic
Public Function AddDistanceObjectToIntersection( _
   ByVal Object1 As Object, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal z1 As Double, _
   ByVal keyPoint1 As Boolean, _
   ByVal Object21 As Object, _
   ByVal x21 As Double, _
   ByVal y21 As Double, _
   ByVal z21 As Double, _
   ByVal Object22 As Object, _
   ByVal x22 As Double, _
   ByVal y22 As Double, _
   ByVal z22 As Double _
) As Dimension
Parameters
Object1
Specifies the object to be the basis for the dimension.
x1
Specifies a point on Object1.
y1
Specifies a point on Object1.
z1
Specifies a point on Object1.
keyPoint1
Specifies whether or not the point identified for Object1 is a key point.
Object21
Specifies the first object of the intersection.
x21
Specifies a point on Object21.
y21
Specifies a point on Object21.
z21
Specifies a point on Object21.
Object22
Specifies the second object of the intersection.
x22
Specifies a point on Object22.
y22
Specifies a point on Object22.
z22
Specifies a point on Object22.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.