Category 3D drawings and annotations, Object ProDimension

Function ProDimensionBasicSet


Description
Sets if the dimension is of Basic type. To make a dimension 'Basic' either "call ProDimensionToltypeSet with 'type' as 'PRO_DIM_TOL_BASIC'" or "call ProDimensionToltypeSet with 'type' as 'PRO_TOL_DEFAULT' if needed and then call ProDimensionBasicSet with 'basic' as 'TRUE'". To make a 'Basic' dimension 'not Basic' "call ProDimensionBasicSet with 'basic' as 'FALSE' and then ProDimensionToltypeSet as desired".
Synopsis
#include <ProDimension.h>
ProErrorProDimensionBasicSet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean basic
/* (In)
PRO_B_TRUE or PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved information.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Tolerances
  2. Annotations: Annotation Features and Annotations: Dimension Tolerances