CurveDumbRule Class

class NXOpen.CurveDumbRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects curves 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 curve dumb rule: NXOpen.CurveDumbRule

Method Detail

Dispose

CurveDumbRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

CurveDumbRule.GetData

Gets the data for the curve dumb rule: NXOpen.CurveDumbRule

Signature GetData()

Returns:Curves which creates this rule
Return type:list of NXOpen.Curve

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)