SingleFacetRule Class

class NXOpen.SingleFacetRule

Bases: NXOpen.FacetSelectionRule

Represents a NXOpen.FacetSelectionRule that collects facets without any intent i.

e. as if collected with Single Selection rule. .. versionadded:: NX12.0.0

Methods

Method Description
Dispose Frees the object from memory.
GetData Gets the data for the single facet rule: NXOpen.SingleFacetRule

Method Detail

Dispose

SingleFacetRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX12.0.0.

License requirements: None.

GetData

SingleFacetRule.GetData

Gets the data for the single facet rule: NXOpen.SingleFacetRule

Signature GetData()

Returns:facets which creates single facet rule
Return type:list of NXOpen.IFacet

New in version NX12.0.0.

License requirements: gateway (“UG GATEWAY”)