NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.FloodFillFacetsRule Class Reference

Represents a NXOpen.FloodFillFacetsRule that collects flood filled facets. More...

Inheritance diagram for NXOpen.FloodFillFacetsRule:
NXOpen.FacetSelectionRule

Public Member Functions

unsafe void GetData (out NXOpen.IFacet seedFacet, out bool isDeselectionRule)
 Gets the data for the flood fill facets rule: NXOpen.FloodFillFacetsRule More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 
- Protected Member Functions inherited from NXOpen.FacetSelectionRule
override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

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.

Created in NX12.0.0

Member Function Documentation

override void NXOpen.FloodFillFacetsRule.FreeResource ( )
protected

Frees the object from memory.

Created in NX12.0.0

License requirements: None.

unsafe void NXOpen.FloodFillFacetsRule.GetData ( out NXOpen.IFacet  seedFacet,
out bool  isDeselectionRule 
)

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

Created in NX12.0.0

License requirements: gateway ("UG GATEWAY")

Parameters
seedFacetseed facet for flood filled facet collection
isDeselectionRuleflag to specify whether it is deselection rule or not.

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.