EdgeFeatureRule Class¶
-
class
NXOpen.EdgeFeatureRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all edges created or modified by a feature.New in version NX3.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 edge feature rule: NXOpen.EdgeFeatureRule |
Method Detail¶
Dispose¶
-
EdgeFeatureRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX3.0.0.
License requirements: None.
GetData¶
-
EdgeFeatureRule.GetData¶ Gets the data for the edge feature rule:
NXOpen.EdgeFeatureRuleSignature
GetData()Returns: Features whose edges are used to create this rule. Return type: list of NXOpen.Features.FeatureNew in version NX3.0.0.
License requirements: gateway (“UG GATEWAY”)