Category 3D drawings and annotations, Object ProDimension

Function ProDimensionShow


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProAnnotationDisplay,ProAnnotationShow
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.
Replacement in Object TOOLKIT: pfcBaseDimension::Show
Synopsis
#include <ProDimension.h>
ProErrorProDimensionShow(
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.
*/
ProAsmcomppath* path
/* (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
PRO_TK_NO_ERRORThe function successfully displayed the dimension.
PRO_TK_GENERAL_ERRORThe function did not displayed the dimension.

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations