FeatureIntersectionEdgesRule Class

class NXOpen.FeatureIntersectionEdgesRule

Bases: NXOpen.SelectionIntentRule

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

Signature GetData()

Returns:Features whose intersecting edges are used to create this rule
Return type:list of NXOpen.NXObject

New in version NX9.0.0.

License requirements: gateway (“UG GATEWAY”)