Solid Edge FrameworkSupport Type Library
AddAngularCoordinateOrigin Method
Specifies the group center element of the angular coordinate dimension.
Specifies the first locate point.
Specifies the first locate point.
Specifies the first locate point.
Specifies whether the point defined by x1, y1, and z1 is a keypoint.
Specifies the common origin element of the angular coordinate dimension.
Specifies the second locate point.
Specifies the second locate point.
Specifies the second locate point.
Specifies whether the point defined by x2, y2, and z2 is a keypoint.
Specifies the placement point of the angular coordinate dimension.
Specifies the placement point of the angular coordinate dimension.
Specifies the placement point of the angular coordinate dimension.
Description
Creates a Dimension object for the position of key points or elements from a common origin.
Syntax
Visual Basic
Public Function AddAngularCoordinateOrigin( _
   ByVal Obj1 As Object, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal z1 As Double, _
   ByVal keyPoint1 As Boolean, _
   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 the group center element of the angular coordinate dimension.
x1
Specifies the first locate point.
y1
Specifies the first locate point.
z1
Specifies the first locate point.
keyPoint1
Specifies whether the point defined by x1, y1, and z1 is a keypoint.
Obj2
Specifies the common origin element of the angular coordinate dimension.
x2
Specifies the second locate point.
y2
Specifies the second locate point.
z2
Specifies the second locate point.
keyPoint2
Specifies whether the point defined by x2, y2, and z2 is a keypoint.
x3
Specifies the placement point of the angular coordinate dimension.
y3
Specifies the placement point of the angular coordinate dimension.
z3
Specifies the placement point of the angular coordinate dimension.
Remarks
You then place angular coordinate dimensions with the AddAngularCoordinate method. If Obj1 and Obj2 are the same, then the origin angular coordinate dimension can only be placed horizontally or vertically. The placement point defined by x3, y3, and z3 determines the axis of placement.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.