FeatureIntersectionEdgesRule Class¶
-
class
NXOpen.FeatureIntersectionEdgesRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects the intersection edges of boolean like features.New in version NX9.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 Feature Intersection Edges rule: NXOpen.FeatureIntersectionEdgesRule |
Method Detail¶
Dispose¶
-
FeatureIntersectionEdgesRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX9.0.0.
License requirements: None.
GetData¶
-
FeatureIntersectionEdgesRule.GetData¶ Gets the data for the Feature Intersection Edges rule:
NXOpen.FeatureIntersectionEdgesRuleSignature
GetData()Returns: Features whose intersecting edges are used to create this rule Return type: list of NXOpen.NXObjectNew in version NX9.0.0.
License requirements: gateway (“UG GATEWAY”)