Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello together,
i am working on drawing automation with iLogic.
At the momenti know how to create a dimension by creating an entities on a 3d modell.
See the code below
Dim Sheet_1 = ThisDrawing.Sheets.ItemByName("Blatt:1")
Dim Schnittansicht = Sheet_1.DrawingViews.ItemByName("B")
Dim genDims = Sheet_1.DrawingDimensions.GeneralDimensions
Dim AnsaugInnen = Schnittansicht.GetIntent("Sheet Metal (mm):2","AnsaugDKanteDSInnen")
Dim AnsaugDDS = genDims.AddDiameter("AnsaugDDS", Schnittansicht.SheetPoint(1.3, 1.1), AnsaugInnen)
After this code i get the dimension of my diameter.
The value is Ø95
Now i would like to add a tolerance: Ø95 +-1 with iLogic rule to this dimension "AnsaugDDS"
If it is possible it would be great if could explain me how.
Thank you in advace.
Artemijs
Solved! Go to Solution.