BrushFacetsRule Class¶
-
class
NXOpen.BrushFacetsRule¶ Bases:
NXOpen.FacetSelectionRuleRepresents a
NXOpen.FacetSelectionRulethat collects facets with brush tool intent.This rule expands to all neighboring facets of seed (and the neighbor-neighbors) that are inside brush tool. .. versionadded:: NX12.0.0
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetData | Gets the data for the brush facets rule: NXOpen.BrushFacetsRule |
Method Detail¶
Dispose¶
-
BrushFacetsRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX12.0.0.
License requirements: None.
GetData¶
-
BrushFacetsRule.GetData¶ Gets the data for the brush facets rule:
NXOpen.BrushFacetsRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (brushToolStartPoint, brushToolDirection, brushToolRadius, collectInsideFacetsOnly, seedFacet) brushToolStartPoint is a
NXOpen.Point3d. the start point of brush tool brushToolDirection is aNXOpen.Vector3d. the vector defining direction of brush tool brushToolRadius is a float. the radius of brush tool collectInsideFacetsOnly is a bool. the flag indicating collection of inside brush facets only is allowed.seedFacet is aNXOpen.IFacet. the seed facet .. versionadded:: NX12.0.0License requirements: gateway (“UG GATEWAY”)