Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi @JhoelForshav 

Thanks for the explanation. I have to try by myself to change value to understand perfectly the vector.

 

For the moment I have used the following code to place my dimension (something I am used with)

Dim oPt1 As Point2d
oPt1 = oTG.CreatePoint2d(oView.Left +oView.Width- 1,oView.Top+1)

Dim oID As GeneralDimension
oID = oGeneralDims.AddDiameter(oPt1, oIntent, False)

So I have this result :

image.png

And what I want :

image.png

 As you can see the code pick the bottom left point.

Do you know how can I position the picking point ?