|
IAddModel::Position
Description
This property allows you to get and set the translation of an added model according to an Assembly root model UCS or according to an instance UCS, with assembly model, under which it will be added.
Syntax
Set property:
Position( Point );
Input: (Double) Point |
One dimensional array of translation point coordinates. |
Get property:
Point = Position ( );
Return: (Double) Point |
One dimensional array of translation point coordinates . |
Note
All coordinates are given relative to the model's main UCS.
|