Message 1 of 3
Feature Suppression

Not applicable
09-04-2003
06:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am developing a routine, which suppresses, and usuppresses features in
different situations.
Is it possible to set all suppressions/unsuppressions before rebuilding the
model?
For i = 1 To oPartDef.Features.Count
For j = 1 To .NumSuppress
If .Suppress(j).Name = oPartDef.Features(i).Name Then
oPartDef.Features(i).Suppressed = .Suppress(j).isSuppressed
End If
Next
Next
oPartDoc.Rebuild
next
I am developing a routine, which suppresses, and usuppresses features in
different situations.
Is it possible to set all suppressions/unsuppressions before rebuilding the
model?
For i = 1 To oPartDef.Features.Count
For j = 1 To .NumSuppress
If .Suppress(j).Name = oPartDef.Features(i).Name Then
oPartDef.Features(i).Suppressed = .Suppress(j).isSuppressed
End If
Next
Next
oPartDoc.Rebuild
next