API 설명서 > Dimensions > Object ProDimension > Function ProDimensionShow
Function ProDimensionShow
DEPRECATED:
Since Wildfire 5.0
Description
Note: This function is deprecated. To force the temporary display of a dimension in a solid model, use ProAnnotationDisplay(). To force the permanent disply of a dimension in a drawing view, use ProAnnotationShow(). Forces the display of the specified dimension.
Synopsis
#include <ProDimension.h>
ProDimensionShow
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProView view
/* (In)
The drawing view in which to display the dimension. If you are in part or assembly mode, set this to NULL.
*/
ProDrawing drawing
/* (In)
The drawing that contains the view of the model in which the dimension is to be displayed. If you are not, set this argument to NULL.
*/
/* (In)
The path from the assembly in the specified view to the owner of the dimension to be displayed. If the current model is an assembly, and the dimension belongs to assembly, set this argument to NULL.
*/
)
Returns
The function successfully displayed the dimension.
The function did not displayed the dimension.
User Guide References
도움이 되셨나요?