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
FirstSurfacethe first surface of theSuperMemberfeature.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
Offsetthe first surface offset of theSuperMemberfeature.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
Orientthe first surface orientation forSuperMemberfeature.Dim Orient As Integer Set Orient = SuperMember.FirstSurfaceOrientation
- Property SecondSurface() As
-
Returns the SuperMember's second surface.
- Example :
-
This example retrieves in
Surfacethe second surface of theSuperMemberfeature.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
Offsetthe second surface offset of theSuperMemberfeature.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
Orientthe second surface orientation forSuperMemberfeature.Dim Orient As Integer Set Orient = SuperMember.SecondSurfaceOrientation