Solid Edge FrameworkSupport Type Library
AddCoordinateOriginEx Method
Specifies the geometry parent of the origin linear coordinate dimension.
Specifies the locate point of Object.
Specifies the locate point of Object.
Specifies the locate point of Object.
Specifies whether the point defined by x, y, and z 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 AddCoordinateOriginEx( _
   ByVal Object As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal keyPoint1 As Boolean, _
   ByVal x3 As Double, _
   ByVal y3 As Double, _
   ByVal z3 As Double _
) As Dimension
Parameters
Object
Specifies the geometry parent of the origin linear coordinate dimension.
x
Specifies the locate point of Object.
y
Specifies the locate point of Object.
z
Specifies the locate point of Object.
keyPoint1
Specifies whether the point defined by x, y, and z 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.
Remarks
You then place linear coordinate dimensions with the AddCoordinateEx method.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.