Category 3D drawings and annotations, Object ProDimension

Function ProDimensionWitnesslineShow


Description
Show the erased witnessline of the input dimension. This API should work in 2D and 3D modes for dimension and reference dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionWitnesslineShow(
ProDimension* dimension
/* (In)
The dimension whose witnessline is to be shown, always non NULL.
*/
ProDrawing drawing
/* (In)
The drawing in which dimension is displayed, can be NULL if witness line is to be shown in a solid.
*/
)
Returns
PRO_TK_NO_ERRORThe dimension witnessline is shown.
PRO_TK_BAD_INPUTSThe dimension object is not valid.
PRO_TK_NO_CHANGEThe dimension witnessline could not be shown or input dimension does not have erased witnessline.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying Dimensions
  2. Annotations: Annotation Features and Annotations: Modifying Dimensions