Solid Edge FrameworkSupport Type Library
AddDistanceIntersectionToIntersection Method
Specifies the first object of the first intersection on which the dimension is to be based.
Specifies the coordinates of a point on Object11.
Specifies the coordinates of a point on Object11.
Specifies the coordinates of a point on Object11.
Specifies the second object of the first intersection on which the dimension is to be based.
Specifies the coordinates of a point on Object12.
Specifies the coordinates of a point on Object12.
Specifies the coordinates of a point on Object12.
Specifies the first object of the second intersection on which the dimension is to be based.
Specifies the coordinates of a point on Object21.
Specifies the coordinates of a point on Object21.
Specifies the coordinates of a point on Object21.
Specifies the second object of the second intersection on which the dimension is to be based.
Specifies the coordinates of a point on Object22.
Specifies the coordinates of a point on Object22.
Specifies the coordinates of a point on Object22.
Description
Adds a dimension to measure distance between two specified intersections.
Syntax
Visual Basic
Public Function AddDistanceIntersectionToIntersection( _
   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 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
Object11
Specifies the first object of the first intersection on which the dimension is to be based.
x11
Specifies the coordinates of a point on Object11.
y11
Specifies the coordinates of a point on Object11.
z11
Specifies the coordinates of a point on Object11.
Object12
Specifies the second object of the first intersection on which the dimension is to be based.
x12
Specifies the coordinates of a point on Object12.
y12
Specifies the coordinates of a point on Object12.
z12
Specifies the coordinates of a point on Object12.
Object21
Specifies the first object of the second intersection on which the dimension is to be based.
x21
Specifies the coordinates of a point on Object21.
y21
Specifies the coordinates of a point on Object21.
z21
Specifies the coordinates of a point on Object21.
Object22
Specifies the second object of the second intersection on which the dimension is to be based.
x22
Specifies the coordinates of a point on Object22.
y22
Specifies the coordinates of a point on Object22.
z22
Specifies the coordinates of a point on Object22.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.