|
IModel::Active2ModelTranslate
Description
This method allows you to translate Active UCS point coordinates to Model UCS point coordinates.
Syntax
ModelPoint = Active2ModelTranslate( ActivePoint );
Input: (Variant) ActivePoint |
Variant that contains double type one dimensional array of point coordinates in current active UCS. |
Return: (Variant) ModelPoint |
Variant that contains double type one dimensional array of point coordinates in model UCS. |
Note
All coordinates are given relative to the model's main UCS.
|