NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.BrushFacetsRule Class Reference

Represents a NXOpen.FacetSelectionRule that collects facets with brush tool intent. More...

Inheritance diagram for NXOpen.BrushFacetsRule:
NXOpen.FacetSelectionRule NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void GetData (out NXOpen.Point3d brushToolStartPoint, out NXOpen.Vector3d brushToolDirection, out double brushToolRadius, out bool collectInsideFacetsOnly, out NXOpen.IFacet seedFacet)
 Gets the data for the brush facets rule: NXOpen.BrushFacetsRule 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...
 

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.FacetSelectionRule that collects facets with brush tool intent.

This rule expands to all neighboring facets of seed (and the neighbor-neighbors) that are inside brush tool.

Created in NX12.0.0

Member Function Documentation

override void NXOpen.BrushFacetsRule.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

Created in NX12.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.BrushFacetsRule.GetData ( out NXOpen.Point3d  brushToolStartPoint,
out NXOpen.Vector3d  brushToolDirection,
out double  brushToolRadius,
out bool  collectInsideFacetsOnly,
out NXOpen.IFacet  seedFacet 
)
inline

Gets the data for the brush facets rule: NXOpen.BrushFacetsRule

Created in NX12.0.0

License requirements: gateway ("UG GATEWAY")

Parameters
brushToolStartPointthe start point of brush tool
brushToolDirectionthe vector defining direction of brush tool
brushToolRadiusthe radius of brush tool
collectInsideFacetsOnlythe flag indicating collection of inside brush facets only is allowed.
seedFacetthe seed facet

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