EdgeIntersectRule Class

class NXOpen.EdgeIntersectRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that 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.EdgeIntersectRule

Signature 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 of NXOpen.Face. Faces of feature2 whose boundary edges are used to create this rule. .. versionadded:: NX3.0.0

License requirements: gateway (“UG GATEWAY”)