Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsRegenednegative


Description
Identifies if the dimension is currently considered to have a negative "sign" in generating its direction. If the dimension has a negative sign then the dimension is oriented in the opposite manner to the default for the feature.
Replacement in Object TOOLKIT: pfcBaseDimension::ExtendsInNegativeDirection
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsRegenednegative(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* regened_negative
/* (Out)
The dimension regened_negative (PRO_B_TRUE or PRO_B_FALSE).
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe data structure was not set.
See Also
ProDimensionValueSet
ProDimensionValueGet

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions
  3. Annotations: Annotation Features and Annotations: Visiting Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )