Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsSignDriven


Description
Identifies if the dimension always uses a true sign. Note: for dimensions which use the sign to flip the direction, this behavior can be overridden by setting the config option 'show_dim_sign' to 'yes'. By default it is set to 'no'.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsSignDriven(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* is_sign_driven
/* (Out)
Cannot be NULL. PRO_B_TRUE : This dimension uses sign to flip the direction. PRO_B_FALSE : This dimension always uses a true sign. That is, a negative value is literally negative.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more inputs are not valid.
See Also
ProDimensionValueSet
ProDimensionValueGet

Manual References:

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