03-18-2019
09:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-18-2019
09:04 AM
The drawings I am creating are fully automated and not reliant on any user interaction or selection. I am successfully using work points for linear dimensions, ordinate dimensions, leader notes, etc. In order to use the work point, you have to create a workpoint proxy, SetIncludeStatus = true, and create a center mark at this location by using Sheet.Centermarks.AddByWorkFeature(proxy, view). Once you have the center mark then you call Sheet.CreateGeometryIntent(centerMark, IntentTypeEnum.kPoint2dIntent). This returns the GeometryIntent for the centermark/work point. I use this exact logic for multiple annotations successfully, but when using this GeometryIntent for balloons it fails.