Message 1 of 1
Which curves on the part document should be sent to drawing for dimensioning

Not applicable
08-26-2011
01:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to programatically add dimensions to the drawing views, but I only want to add them to specific curves or line segments. I am familiar with the mechanics of how to actual transfer the location points using ModelToSheetSpace.
My challenge is in identifying the specific locations of i.e. height of a cylinder which is a line segment on the drawing,
so I can use its end points to generate dimension.
How can I find the location points of the height of the cylinder?
A code sample would be helpful.