FaceFeatureRule Class

class NXOpen.FaceFeatureRule

Bases: NXOpen.SelectionIntentRule

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

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

Method Detail

Dispose

FaceFeatureRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetData

FaceFeatureRule.GetData

Gets the data for the face feature rule: NXOpen.FaceFeatureRule

Signature GetData()

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

New in version NX4.0.0.

License requirements: gateway (“UG GATEWAY”)