Role: To manage member created with one curve and a reference surface.
Properties
- Property Curve() As
-
Returns or sets the curve.
Sub-element(s) supported (see object): .- Example :
-
This example retrieves in
Curvethe supporting curve for theSfmMemberCurvefeature.Dim Curve As Reference Set Curve = SfmMemberCurve.Curve
- Property ReferenceSurface() As
-
Returns or sets the reference surface.
- Example :
-
This example retrieves in
ReferenceSurfacethe reference surface for theSfmMemberCurvefeature.Dim ReferenceSurface As Reference Set ReferenceSurface = SfmMemberCurve.ReferenceSurface
- Property ReferenceSurfaceOrientation() As
-
Returns or sets the reference surface orientation.
- Example :
-
This example retrieves in
ReferenceSurfaceOrientthe reference surface orientation forSfmMemberCurvefeature.Dim ReferenceSurfaceOrient As Integer Set ReferenceSurfaceOrient = SfmMemberCurve.ReferenceSurfaceOrientation
Methods
- Sub InvertReferenceSurface()
-
Inverts the reference surface orientation.
- Example :
-
This example inverts the orientation of the reference surface for the
SfmMemberCurvefeature.SfmMemberCurve.InvertReferenceSurface