Indexes   

StrMemberExtremity (Object)

Represents an extremity of a member object.
One is called the start extremity and the other the end extremity.

Property Index

AngleCut
Returns the angle cut for a member extremity.
Cutback
Returns the cutback object.
Input
Returns or sets the input object defining the extremity.
Offset
Returns the offset parameter defined on this extremity.
Point
Returns the point defining the extremity.

Method Index

AddOffset
Adds an offset on the extremity.
GetCoordinates
Retrieves the coordinates of the extremity.
ResetCutback
Resets the defined cutback object.
SetExtremityFromCoordinates
Modifies the coordinates of the extremity defined by a point.

Properties


o Property AngleCut() As (Read Only)
Returns the angle cut for a member extremity.
o Property Cutback() As (Read Only)
Returns the cutback object.
o Property Input() As
Returns or sets the input object defining the extremity. The input object may not belong to the support object.
o Property Offset() As (Read Only)
Returns the offset parameter defined on this extremity. This parameter can be null.
o Property Point() As (Read Only)
Returns the point defining the extremity. This point belongs to the support object.

Methods


o 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.
o Sub GetCoordinates( oCoordinates)
Retrieves the coordinates of the extremity.
Parameters:
oCoordinates
The coordinates of the the extremity
o Sub ResetCutback()
Resets the defined cutback object.
o Sub SetExtremityFromCoordinates( iCoordinates)
Modifies the coordinates of the extremity defined by a point.
Parameters:
iCoordinates
The coordinates to modify the extremity

Copyright © 2006, Dassault Systèmes. All rights reserved.