One is called the start extremity and the other the end extremity.
Properties
- Property AngleCut() As (Read Only)
- Returns the angle cut for a member extremity.
- Property Cutback() As (Read Only)
- Returns the cutback object.
- Property Input() As
- Returns or sets the input object defining the extremity. The input object may not belong to the support object.
- Property Offset() As (Read Only)
- Returns the offset parameter defined on this extremity. This parameter can be null.
- Property Point() As (Read Only)
- Returns the point defining the extremity. This point belongs to the support object.
Methods
- Sub AddOffset( iOffset)
- Adds an offset on the extremity. This method has to be used when the extremity has no offset already defined, else you will get an error.
- Sub GetCoordinates( oCoordinates)
-
Retrieves the coordinates of the extremity.
- Parameters:
-
- oCoordinates
- The coordinates of the the extremity dd>
- Sub ResetCutback()
- Resets the defined cutback object.
- Sub SetExtremityFromCoordinates( iCoordinates)
-
Modifies the coordinates of the extremity defined by a point.
- Parameters:
-
- iCoordinates
- The coordinates to modify the extremity dd>