EdgeBodyRule Class

class NXOpen.EdgeBodyRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all the edges of a body.

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 body rule: NXOpen.EdgeBodyRule

Method Detail

Dispose

EdgeBodyRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

EdgeBodyRule.GetData

Gets the data for the edge body rule: NXOpen.EdgeBodyRule

Signature GetData()

Returns:Body whose edges are used to create this rule
Return type:NXOpen.Body

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)