Solid Edge Assembly Type Library
AddSegmentAngular Method
Specifies the first of two constrained elements.
Required member of the SegmentRelation3dGeometryConstants constant set that specifies the type of geometry that is associated with Element1.
Specifies the second of two constrained elements.
Required member of the SegmentRelation3dGeometryConstants constant set that specifies the type of geometry that is associated with Element2.
Specifies the angle of the constraint.
If True, specifies that the Angle is to be measured from the positive direction.
If True, specifies that the Angle is to be measured to the positive direction.
If True, specifies that the Angle is to be measured counterclockwise from Element1 to Element2.
Description
Adds a SegmentAngularRelation3d to the referenced SegmentRelations3d collection.
Syntax
Visual Basic
Public Function AddSegmentAngular( _
   ByVal Element1 As Object, _
   ByVal SegmentGeometryType1 As SegmentRelation3dGeometryConstants, _
   ByVal Element2 As Object, _
   ByVal SegmentGeometryType2 As SegmentRelation3dGeometryConstants, _
   ByVal Angle As Double, _
   ByVal vbSegAngleFromPositiveDir As Boolean, _
   ByVal vbSegAngleToPositiveDir As Boolean, _
   ByVal vbSegAngleCCW As Boolean _
) As SegmentAngularRelation3d
Parameters
Element1
Specifies the first of two constrained elements.
SegmentGeometryType1
ValueDescription
seSegmentRelation3dArc
seSegmentRelation3dArcCenter
seSegmentRelation3dEllipseCenter
seSegmentRelation3dEndPoint
seSegmentRelation3dLineEndPoint
seSegmentRelation3dLineStartPoint
seSegmentRelation3dRefPlane
seSegmentRelation3dStartPoint
seSegmentRelation3dUnbounded
Required member of the SegmentRelation3dGeometryConstants constant set that specifies the type of geometry that is associated with Element1.
Element2
Specifies the second of two constrained elements.
SegmentGeometryType2
ValueDescription
seSegmentRelation3dArc
seSegmentRelation3dArcCenter
seSegmentRelation3dEllipseCenter
seSegmentRelation3dEndPoint
seSegmentRelation3dLineEndPoint
seSegmentRelation3dLineStartPoint
seSegmentRelation3dRefPlane
seSegmentRelation3dStartPoint
seSegmentRelation3dUnbounded
Required member of the SegmentRelation3dGeometryConstants constant set that specifies the type of geometry that is associated with Element2.
Angle
Specifies the angle of the constraint.
vbSegAngleFromPositiveDir
If True, specifies that the Angle is to be measured from the positive direction.
vbSegAngleToPositiveDir
If True, specifies that the Angle is to be measured to the positive direction.
vbSegAngleCCW
If True, specifies that the Angle is to be measured counterclockwise from Element1 to Element2.
See Also

SegmentRelations3d Collection  | SegmentRelations3d Members

Send comments on this topic.