Solid Edge Assembly Type Library
AddSegmentPoint 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.
Description
Adds a SegmentPointRelation3d object to the referenced SegmentRelations3d collection.
Syntax
Visual Basic
Public Function AddSegmentPoint( _
   ByVal Element1 As Object, _
   ByVal SegmentGeometryType1 As SegmentRelation3dGeometryConstants, _
   ByVal Element2 As Object, _
   ByVal SegmentGeometryType2 As SegmentRelation3dGeometryConstants _
) As SegmentPointRelation3d
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.
See Also

SegmentRelations3d Collection  | SegmentRelations3d Members

Send comments on this topic.