Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
chrisdrogers
in reply to: AlexFielder

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.