EdgeFeatureRule Class

class NXOpen.EdgeFeatureRule

Bases: NXOpen.SelectionIntentRule

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

Signature GetData()

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

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)