SfmMemberCurve (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 Curve() As
Returns or sets the curve.
Sub-element(s) supported (see object): .
Example
:
This example retrieves in Curve the supporting curve for the SfmMemberCurve feature.
 Dim Curve As Reference
 Set Curve = SfmMemberCurve.Curve
 
Property ReferenceSurface() As
Returns or sets the reference surface.
Example
:
This example retrieves in ReferenceSurface the reference surface for the SfmMemberCurve feature.
 Dim ReferenceSurface As Reference
 Set ReferenceSurface = SfmMemberCurve.ReferenceSurface
 
Property ReferenceSurfaceOrientation() As
Returns or sets the reference surface orientation.
Example
:
This example retrieves in ReferenceSurfaceOrient the reference surface orientation for SfmMemberCurve feature.
 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 SfmMemberCurve feature.
 SfmMemberCurve.InvertReferenceSurface