Role: To manage member created with one curve and a reference surface.
Properties
- Property EndPointOnCrvCurve() As
- Property EndPointOnCrvMode() As
- Property EndPointOnCrvOffset() As
- Property EndPointOnCrvOffsetParam() As (Read Only)
- Property EndPointOnCrvOrientation() As
- Property EndPointSpec() As
- Property StartPointOnCrvCurve() As
-
Returns or sets the point on curve information: curve, ratio or length mode, offset and orientation.
- Example :
-
This example retrieves in
Curvethe supporting curve for theSfmMember2Pointsfeature.Dim Curve As Reference Set Curve = SfmMember2Points.StartPointOnCrvCurve
- Property StartPointOnCrvMode() As
- Property StartPointOnCrvOffset() As
- Property StartPointOnCrvOffsetParam() As (Read Only)
- Property StartPointOnCrvOrientation() As
- Property StartPointSpec() As
-
Returns or sets the point.
Sub-element(s) supported (see object): .- Example :
-
This example retrieves in
Pointthe supporting curve for theSfmMember2Pointsfeature.Dim Point As Reference Set Point = SfmMember2Points.StartPointSpec
Methods
- Sub InvertEndPointOnCrvOrientation()
- Sub InvertStartPointOnCrvOrientation()
-
Inverts the orientation of the offset for an extremity point.
- Example :
-
This example inverts the orientation of the start point on curve extremity of the
SfmMember2Pointsfeature.SfmMember2Points.InvertStartPointOnCrvOrientation