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