Parametric constraints locking down a point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using the Parametric feature in AutoCAD 2013. When I create a dimension parameter between two objects in the drawing, I would like to lock down the position of one feature and allow the other to move according to the changed parameter value. Specifically I created a point at the origin (0,0) that I want to stay put. I want other features to move relative to this origin point. Sometimes however the point moves and the other features stays put.
How do I lock down one feature to never move? The reason I want the origin point to stay in place is because after doing all the adjusting of parameter values, I want to create a DXF drawing that is input into a turret machine, and I want my automation program to erase the point at the origin as the last step prior to saving the DXF. If the point has moved, my automation software might miss the origin point it is trying to delete.