Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can place the angle of the bore with the UI:
I can use the UI to select the bore which gets the face:
The bottom line is identified as the same face. Therefore how do I pull an angle on here? This is what I have tired:
Dim HYD_A4_1 = ThisDrawing.Sheets.ItemByName("HYD-A4:1") Dim VIEW1 = HYD_A4_1.DrawingViews.ItemByName("VIEW1") Dim Face2 = VIEW1.GetIntent("Face2") Dim genDims = HYD_A4_1.DrawingDimensions.GeneralDimensions ThisDrawing.BeginManage() If True Then Dim Length = genDims.AddAngular("Dimension 1", VIEW1.SheetPoint(-0.1, 0.5), Face2) End If ThisDrawing.EndManage()
I am aware that I probably need an intentTwo to be able to pull an angle but this identical to my first intent as it's the same face.
Here is my error with that rule if it's relevant:
How do I correctly place this angle with iLogic?
Thanks,
Harvey
Solved! Go to Solution.