Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?
Solved! Go to Solution.