Solid Edge FrameworkSupport Type Library
AddCoordinateEx Method
Specifies an origin linear coordinate dimension created with the AddCoordinateOriginEx method.
Specifies the geometry parent of the linear coordinate dimension.
Specifies the locate point of Obj2.
Specifies the locate point of Obj2.
Specifies the locate point of Obj2.
Specifies whether the point defined by x2, y2, and z2 is a keypoint.
Specifies the placement point of the linear coordinate dimension.
Specifies the placement point of the linear coordinate dimension.
Specifies the placement point of the linear coordinate dimension.
Description
Creates a Dimension object for the angular position of key points from a common origin.
Syntax
Visual Basic
Public Function AddCoordinateEx( _
   ByVal Obj1 As Object, _
   ByVal Obj2 As Object, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal z2 As Double, _
   ByVal keyPoint2 As Boolean, _
   ByVal x3 As Double, _
   ByVal y3 As Double, _
   ByVal z3 As Double _
) As Dimension
Parameters
Obj1
Specifies an origin linear coordinate dimension created with the AddCoordinateOriginEx method.
Obj2
Specifies the geometry parent of the linear coordinate dimension.
x2
Specifies the locate point of Obj2.
y2
Specifies the locate point of Obj2.
z2
Specifies the locate point of Obj2.
keyPoint2
Specifies whether the point defined by x2, y2, and z2 is a keypoint.
x3
Specifies the placement point of the linear coordinate dimension.
y3
Specifies the placement point of the linear coordinate dimension.
z3
Specifies the placement point of the linear coordinate dimension.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.