10-01-2020
08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-01-2020
08:23 AM
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 ?