|
IAssemblyModel::SetDimensionByName
Description
This method allows you to set the dimension with changed values that was previously got by methods IAssemblyModel::GetDimensionByName and IAssemblyModel::GetDimensionByInternalName .
Syntax
SetDimensionByName( DimensionModel, Dimension );
Input: (IModel) DimensionModel |
A model in which a dimension is located. |
Input: (IDimension) Dimension |
Dimension to be set. |
|