10-02-2020
01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-02-2020
01:49 AM
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 :
And what I want :
As you can see the code pick the bottom left point.
Do you know how can I position the picking point ?