EdgeIntersectRule Class¶
-
class
NXOpen.EdgeIntersectRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all intersection edges between a set of faces.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 intersect rule: NXOpen.EdgeIntersectRule |
Method Detail¶
Dispose¶
-
EdgeIntersectRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX3.0.0.
License requirements: None.
GetData¶
-
EdgeIntersectRule.GetData¶ Gets the data for the edge intersect rule:
NXOpen.EdgeIntersectRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (facesOfFeatures1, facesOfFeatures2) facesOfFeatures1 is a list of
NXOpen.Face. Faces of feature1 whose boundary edges are used to create this rule.facesOfFeatures2 is a list ofNXOpen.Face. Faces of feature2 whose boundary edges are used to create this rule. .. versionadded:: NX3.0.0License requirements: gateway (“UG GATEWAY”)