Feature Information
Properties Introduced:
The enumeration classes EpfcFeatureType and EpfcFeatureStatus provide information for a specified feature. The following properties specify this information:
• IpfcFeature.Status—Returns whether the feature is suppressed, active, or failed regeneration.
The other properties that gather feature information include the following:
• IpfcFeature.IsVisible—Identifies whether the specified feature will be visible on the screen. The method distinguishes visible features from internal features. Internal features are invisible features used for construction purposes.
• IpfcFeature.Number—Returns the feature regeneration number. This method returns
void null if the feature is suppressed.
The property
IpfcFeature.FeatTypeName returns a string representation of the feature type.
The property
IpfcFeature.FeatSubType returns a string representation of the feature subtype, for example, "Extrude" for a protrusion feature.
The property
IpfcRoundFeat.IsAutoRoundMember determines whether the specified round feature is a member of an Auto Round feature.