User's Guide > Drawings > Drawing Dimensions > Drawing Dimensions Operations
Drawing Dimensions Operations
Methods Introduced:
The method IpfcDimension2D.ConvertToLinear() converts an ordinate drawing dimension to a linear drawing dimension. The drawing containing the dimension must be displayed.
The method IpfcDimension2D.ConvertToOrdinate() converts a linear drawing dimension to an ordinate baseline dimension.
The method IpfcDimension2D.ConvertToBaseline() converts a location on a linear drawing dimension to an ordinate baseline dimension. The method returns the newly created baseline dimension.
* 
The method updates the display of the dimension only if it is currently displayed.
The method IpfcDimension2D.SwitchView() changes the view where a dimension created in the drawing is displayed.
The method IpfcDimension2D.SetTolerance() assigns the upper and lower tolerance limits of the drawing dimension.
The method IpfcDimension2D.EraseFromModel2D() permanently erases the dimension from the drawing.
The method IpfcModel2D.SetViewDisplaying() changes the view where a dimension created in a solid model is displayed.
Was this helpful?