FloodFillFacetsRule Class

class NXOpen.FloodFillFacetsRule

Bases: NXOpen.FacetSelectionRule

Represents a NXOpen.FloodFillFacetsRule that collects flood filled facets.

This rule expands to add all neighboring facets of seed (and the neighbor-neighbors) until the region reaches a closed ring of already collected facets in collector. If already collected facets in collector do not form a closed ring, then the rule expands to all the facets of owning face of the seed. .. versionadded:: NX12.0.0

Methods

Method Description
Dispose Frees the object from memory.
GetData Gets the data for the flood fill facets rule: NXOpen.FloodFillFacetsRule

Method Detail

Dispose

FloodFillFacetsRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX12.0.0.

License requirements: None.

GetData

FloodFillFacetsRule.GetData

Gets the data for the flood fill facets rule: NXOpen.FloodFillFacetsRule

Signature GetData()

Returns:a tuple
Return type:A tuple consisting of (seedFacet, isDeselectionRule)

seedFacet is a NXOpen.IFacet. seed facet for flood filled facet collection isDeselectionRule is a bool. flag to specify whether it is deselection rule or not. .. versionadded:: NX12.0.0

License requirements: gateway (“UG GATEWAY”)