NX Open C++ Reference Guide
Public 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 NXOpen::TransientObject

Public Member Functions

void GetData (NXOpen::IFacet **seedFacet, bool *isDeselectionRule)
 Gets the data for the flood fill facets rule: NXOpen::FloodFillFacetsRule
Created in NX12.0.0. More...
 
virtual ~FloodFillFacetsRule ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::FacetSelectionRule
virtual ~FacetSelectionRule ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. 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.

Constructor & Destructor Documentation

virtual NXOpen::FloodFillFacetsRule::~FloodFillFacetsRule ( )
virtual

Frees the object from memory.


Created in NX12.0.0.

License requirements : None

Member Function Documentation

void NXOpen::FloodFillFacetsRule::GetData ( NXOpen::IFacet **  seedFacet,
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.