EdgeDumbRule Class

class NXOpen.EdgeDumbRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects edges without any intent i.

e. as if collected with Single Curve rule. .. versionadded:: 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 dumb rule: NXOpen.EdgeDumbRule

Method Detail

Dispose

EdgeDumbRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

EdgeDumbRule.GetData

Gets the data for the edge dumb rule: NXOpen.EdgeDumbRule

Signature GetData()

Returns:Edges which creates edge dumb rule
Return type:list of NXOpen.Edge

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)