Solid Edge FrameworkSupport Type Library
AddAngularCoordinate Method
Specifies an origin angular coordinate dimension created with the AddAngularCoordinateOrigin method.
Specifies the geometry parent of the angular 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 angular coordinate dimension.
Specifies the placement point of the angular coordinate dimension.
Specifies the placement point of the angular coordinate dimension.
A member of the DimAngularCoordinateOrientationConstants constant set that specifies whether the angular coordinate dimension is measured clockwise or counterclockwise.
Description
Creates a Dimension object for the position of key points or elements from a common origin.
Syntax
Visual Basic
Public Function AddAngularCoordinate( _
   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, _
   ByVal valAngCoordMode As DimAngularCoordnateOrientationConstants _
) As Dimension
Parameters
Obj1
Specifies an origin angular coordinate dimension created with the AddAngularCoordinateOrigin method.
Obj2
Specifies the geometry parent of the angular 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 angular coordinate dimension.
y3
Specifies the placement point of the angular coordinate dimension.
z3
Specifies the placement point of the angular coordinate dimension.
valAngCoordMode
ValueDescription
igDimAngCoordOrientClockwiseAngular Coordinate Dimension Clockwise
igDimAngCoordOrientCounterClockwiseAngular Coordinate Dimension Counter Clockwise
A member of the DimAngularCoordinateOrientationConstants constant set that specifies whether the angular coordinate dimension is measured clockwise or counterclockwise.
See Also

Dimensions Collection  | Dimensions Members

Send comments on this topic.