NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

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...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 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

Member Function Documentation

override void NXOpen.FloodFillFacetsRule.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

Created in NX12.0.0

License requirements: None.

Reimplemented from NXOpen.FacetSelectionRule.

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.