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 solution this works as I need.

 

I have just a question about the position of the dimension. You use vector, but it's the first time I see that.

 

Dim oPoint As Point2d = oIntent.PointOnSheet.Copy
Dim oVector As Vector2d = aoDrawCurves3.CenterPoint.VectorTo(oPoint)
oVector.ScaleBy(.3)
oVector.AddVector(ThisApplication.TransientGeometry.CreateVector2d(oVector.X, Abs(oVector.X)))
oPoint.TranslateBy(oVector)

 

I would like to choose the position so, could you explain me how vectors work ? and how can I use it to choose the position ?