SfmMemberPointLength (Object)

Interface to manage Member created with one point, one direction and a length.
Role: To manage member created with one point, one direction and a length.

Properties


Property Direction() As
Returns or sets the direction.
Example
:
This example retrieves in Direction the direction for the SfmMemberPointLength feature.
 Dim Direction As Reference
 Set Direction = SfmMemberPointLength.Direction
 
Property DirectionOrientation() As
Returns or sets the direction orientation.
Example
:
This example retrieves in DirectionOrientation the direction orientation for the SfmMemberPointLength feature.
 Dim DirectionOrientation As Integer
 Set DirectionOrientation = SfmMemberPointLength.DirectionOrientation
 
Property Length() As
Returns or sets the member's length.
Example
:
This example retrieves in Length the length of the SfmMemberPointLength feature.
 Dim Length As Double
 Set Length = SfmMember.Length
 
Property LengthParam() As (Read Only)
Property Point() As
Returns or sets the point.
Sub-element(s) supported (see object): .
Example
:
This example retrieves in Point the point for the SfmMemberPointLength feature.
 Dim Point As Reference
 Set Point = SfmMemberPointLength.Point
 

Methods


Sub InvertDirection()
Inverts the direction orientation.
Example
:
This example inverts the orientation of the direction for the SfmMemberPointLength feature.
 SfmMemberPointLength.InvertDirection