SfmMemberSurfSurf (Object)

Interface to manage Member created by the intersection of two surfaces.
Role: To manage member created by the intersection of two surfaces.

Properties


Property FirstSurface() As
Returns or sets the SuperMember's first surface.
Example
:
This example retrieves in FirstSurface the first surface of the SuperMember feature.
 Dim Surface As Reference
 Set Surface = SuperMember.FirstSurface
 
Property FirstSurfaceOffset() As
Returns or sets the SuperMember's first surface offset.
Example
:
This example retrieves in Offset the first surface offset of the SuperMember feature.
 Dim Offset As Double
 Set Offset = SuperMember.FirstSurfaceOffset
 
Property FirstSurfaceOffsetParam() As (Read Only)
Property FirstSurfaceOrientation() As
Returns or sets the SuperMember's first surface orientation.
Example
:
This example retrieves in Orient the first surface orientation for SuperMember feature.
 Dim Orient As Integer
 Set Orient = SuperMember.FirstSurfaceOrientation
 
Property SecondSurface() As
Returns the SuperMember's second surface.
Example
:
This example retrieves in Surface the second surface of the SuperMember feature.
 Dim Surface As Reference
 Set Surface = SuperMember.SecondSurface
 
Property SecondSurfaceOffset() As
Returns or sets the SuperMember's second surface offset.
Example
:
This example retrieves in Offset the second surface offset of the SuperMember feature.
 Dim Offset As Double
 Set Offset = SuperMember.SecondSurfaceOffset
 
Property SecondSurfaceOffsetParam() As (Read Only)
Property SecondSurfaceOrientation() As
Returns or sets the SuperMember's second surface orientation.
Example
:
This example retrieves in Orient the second surface orientation for SuperMember feature.
 Dim Orient As Integer
 Set Orient = SuperMember.SecondSurfaceOrientation