- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone. I've been working on drawing automation in the past few weeks and I've had some success, thanks to this forum. But once again I am stuck and all the Googling couldn't help me out: I want to create a "linear diameter" in a detail view. For this, I include the centerline of the part and the work point I want to dimension to. All good so far. The part I can't figure out is how to change the dimension to a "linear diameter". If I create the dimension the same way I create most of my other dimensions, I (understandably) get the distance between the work point and the centerline. See picture for what I am trying to achieve.
My code snippet to create all other linear dimensions looks like this:
Dim oTHKOD As GeneralDimension oTHKOD = oGeneralDims.AddLinear(oPt7, intent10, intent11)
Any help is greatly appreciated!
PS: Does it make sense to create a new post everytime I have a new question (there will be a few more I'm sure) or should I create a general "drawing automation" post where I post future questions as well?
Solved! Go to Solution.