BodyFeatureRule Class

class NXOpen.BodyFeatureRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all bodies created or modified by a feature.

New in version 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 feature rule: NXOpen.BodyFeatureRule

Method Detail

Dispose

BodyFeatureRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.

GetData

BodyFeatureRule.GetData

Gets the data for the body feature rule: NXOpen.BodyFeatureRule

Signature GetData()

Returns:Features which create this rule
Return type:list of NXOpen.Features.Feature

New in version NX7.5.0.

License requirements: gateway (“UG GATEWAY”)