FaceFeatureRule Class¶
-
class
NXOpen.FaceFeatureRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all faces created or modified by a feature.New in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| Type | Returns the get the type of selection intent rule: NXOpen.SelectionIntentRule |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetData | Gets the data for the face feature rule: NXOpen.FaceFeatureRule |
Method Detail¶
Dispose¶
-
FaceFeatureRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX4.0.0.
License requirements: None.
GetData¶
-
FaceFeatureRule.GetData¶ Gets the data for the face feature rule:
NXOpen.FaceFeatureRuleSignature
GetData()Returns: Fetures which create this rule Return type: list of NXOpen.Features.FeatureNew in version NX4.0.0.
License requirements: gateway (“UG GATEWAY”)