User's Guide > Features > Features > Feature Information
Feature Information
 
Properties Introduced:
The enumeration classes EpfcFeatureType and EpfcFeatureStatus provide information for a specified feature. The following properties specify this information:
IpfcFeature.FeatType—Returns the type of a feature.
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.IsReadonly—Identifies whether the specified feature can be modified.
IpfcFeature.IsEmbedded—Specifies whether the specified feature is an embedded datum.
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.
Was this helpful?