Skip to main content
10-Marble
April 21, 2026
Question

How to move the arrow position of the dimension using toolkit

  • April 21, 2026
  • 1 reply
  • 33 views

How can I move the arrow position of the dimension using toolkit.
Please refer the picture.
I didn’t found any specific API.

 

1 reply

RPN
18-Opal
April 22, 2026


Try

 

extern ProError ProDrawingDimensionMove( ProDrawing    drawing,
                                         ProDimension *dimension,
                                         ProVector     location );
/*
  Purpose: Move the dimension to the specified position in the drawing.
           The position before and after the move can be found by
           ProDimlocationTextGet().

  Input Arguments:
     drawing         - The drawing in which the dimension is displayed.
     dimension       - The dimension.
     location        - 3D vector representing the new dimension position.
*/

10-Marble
April 22, 2026

Hello, thanks for the reply, with this the dimension text is moving but the arrow side where witnesslines has been erased that is not moving.
I want that double arrow head to move :(