Category Drawings and detail, Object ProDrawing

Function ProDrawingDimensionMove


Description
Move the dimension to the specified position in the drawing. The position before and after the move can be found by ProDimlocationTextGet().
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDimensionMove(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProVector location
/* (In)
3D vector representing the new dimension position.
*/
)
Returns
PRO_TK_BAD_INPUTSone or more of the input arguments are invalid.
PRO_TK_NO_ERRORthe location is found.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Drawings: Other Drawing Dimension Properties
  2. Drawings: Other Drawing Dimension Properties

Sample Code References:

  1. pt_examples ( TestDimension.c )