1 Answers
A:
Use HealthStatus to Detect Failure
Every feature in Inventor has a HealthStatus property. You can use this to check if a feature is up-to-date, suppressed, or has failed.
Example (VBA-style pseudocode):
Dim oFeature As PartFeature
Set oFeature = oPartDoc.ComponentDefinition.Features.Item("MyExtrude")
If oFeature.HealthStatus <> kUpToDateHealth And oFeature.HealthStatus <> kSuppressedHealth Then
oFeature.Suppressed = True
End If
Autodesk Inventor
AutodeskHelp the community
Be the First to Answer these questions
Disclaimer
Techjockey’s software industry experts offer advice for educational and informational purposes only. A category or product query or issue posted, created, or compiled by Techjockey is not meant to replace your independent judgment.
20,000+ Software Listed
Best
Price Guaranteed
Free Expert
Consultation
2M+
Happy Customers