Solid Edge Assembly Type Library
AddSegmentDirection 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.
Required member of the SegmentRelation3dDirectionConstants constant set that specifies whether the constraint is to be parallel, perpendicular, or coincident.
Description
Adds a SegmentDirectionRelation3d object to the referenced SegmentRelations3d collection.
Syntax
Visual Basic
Public Function AddSegmentDirection( _
   ByVal Element1 As Object, _
   ByVal SegmentGeometryType1 As SegmentRelation3dGeometryConstants, _
   ByVal Element2 As Object, _
   ByVal SegmentGeometryType2 As SegmentRelation3dGeometryConstants, _
   ByVal SegmentDirectionType As SegmentRelation3dDirectionConstants _
) As SegmentDirectionRelation3d
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.
SegmentDirectionType
ValueDescription
seSegmentRelation3dDirectionCoincident
seSegmentRelation3dDirectionParallel
seSegmentRelation3dDirectionPerpendicular
Required member of the SegmentRelation3dDirectionConstants constant set that specifies whether the constraint is to be parallel, perpendicular, or coincident.
See Also

SegmentRelations3d Collection  | SegmentRelations3d Members

Send comments on this topic.