SfmMember2Points (Object)

Interface to manage Member created with one curve and a reference surface.
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 Curve the supporting curve for the SfmMember2Points feature.
 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 Point the supporting curve for the SfmMember2Points feature.
 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 SfmMember2Points feature.
 SfmMember2Points.InvertStartPointOnCrvOrientation