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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionWitnesslineShow
(
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
The dimension witnessline is shown.
Model is in read-only state.
The dimension object is not valid.
The dimension witnessline could not be shown or input dimension does not have erased witnessline.
User Guide References
¿Fue esto útil?