Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
breinkemeyer
945 Views, 8 Replies

Automated Centerlines

per the attachment, I can't seem to get the centerlines on the vertical holes.  here is my code...

 

AutomatedCenterlineSettings oSettings = cSE.oIDraftDoc.DrawingSettings.AutomatedCenterlineSettings;
oSettings.ProjectionParallelAxis = true;
oSettings.ApplyToCircularPatterns = true;
oSettings.ApplyToWorkFeatures = true;
oSettings.ApplyToHoles = true;
cSE.oIBaseView.SetAutomatedCenterlineSettings(oSettings);
cSE.oISectionView.SetAutomatedCenterlineSettings(oSettings);

 

any thoughts?