BodyDumbRule Class

class NXOpen.BodyDumbRule

Bases: NXOpen.SelectionIntentRule

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

e. as if collected with Single Body rule. .. versionadded:: NX7.5.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 body dumb rule: NXOpen.BodyDumbRule

Method Detail

Dispose

BodyDumbRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.

GetData

BodyDumbRule.GetData

Gets the data for the body dumb rule: NXOpen.BodyDumbRule

Signature GetData()

Returns:Bodies which create this rule
Return type:list of NXOpen.Body

New in version NX7.5.0.

License requirements: gateway (“UG GATEWAY”)