Message 1 of 3
Changing hole termination

Not applicable
04-30-2013
06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
How can I change the termination of an existing hole feature ?.
If app.ActiveDocument Is PartDocument Then Dim doc as PartDocument doc = app.ActiveDocument Dim hole as HoleFeature hole = doc.ComponentDefinition.Features.HoleFeatures(1) ... End If
Thanks,
Pascal Langlais