Category 3D drawings and annotations, Object ProDimension

Function ProDimensionMove


Description
Moves the dimension to the given position within its owner model. Note that the dimension position may not be exactly at the location specified, as it will be affected by the annotation plane if it has one.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionMove(
ProDimension* dimension
/* (In)
The dimension.
*/
Pro3dPnt location
/* (In)
The new location for the dimension.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Location
  2. Annotations: Annotation Features and Annotations: Accessing Ordinate and Baseline Dimensions
  3. Annotations: Annotation Features and Annotations: Accessing Ordinate and Baseline Dimensions