Dimension Location
 
The functions described in this section extract the dimension location and geometry in 3D space for solid model dimensions.
Functions Introduced:
The function ProDimensionLocationGet() returns the location of the elements that make up a solid dimension or reference dimension.
This function optionally takes a view used to determine the orientation of the model when calculating the dimension locations. The orientation often determines the text location, presence or absence of elbows, and other dimension location properties.
Use the function ProDimlocationFree() to free the structure containing the dimension location data.
The function ProDimensionMove() enables you to move the specified dimension to the given location within its owner model.
도움이 되셨나요?