|
IMdlrModel::GetDimensions
Description
This method allows you to get all dimensions that are in a current model.
Syntax
Dimensions = GetDimensions( );
Return: (Variant) Dimensions |
A variant that contains an array of IDimension type elements of dimensions in a current model. |
Note
Doesn't work if there is an imported model in a current model.
|