Anonymous
in reply to:
Anonymous
01-23-2020
05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-23-2020
05:21 AM
See the solution here for placing a dimension with iLogic: https://forums.autodesk.com/t5/inventor-customization/ilogic-create-dimension-in-drawing/td-p/676283...
Really what is happening is we are adding dimensions to work points attached to the geometry, not necessarily the geometry itself. To make sure these points are in the right spot I would use a work plane tangent to the body and one perpendicular to that work plane along the axis your view is looking at. Then use the intersection of these work planes to define a work point that will then be tied to the model. Do the same to both the inside and outside, rename the work points, and make sure your view and work point names match in the code.
-Chancellor