RoughBrushFacetsRule Class¶
-
class
NXOpen.RoughBrushFacetsRule¶ Bases:
NXOpen.FacetSelectionRuleRepresents a
NXOpen.FacetSelectionRulethat collects facets with rough 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 rough brush facets rule: NXOpen.RoughBrushFacetsRule |
Method Detail¶
Dispose¶
-
RoughBrushFacetsRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX12.0.0.
License requirements: None.
GetData¶
-
RoughBrushFacetsRule.GetData¶ Gets the data for the rough brush facets rule:
NXOpen.RoughBrushFacetsRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (roughBrushToolStartPoint, roughBrushToolDirection, roughBrushToolRadius, seedFacet) roughBrushToolStartPoint is a
NXOpen.Point3d. the start point of rough brush tool roughBrushToolDirection is aNXOpen.Vector3d. the vector defining direction of rough brush tool roughBrushToolRadius is a float. the radius of rough brush tool seedFacet is aNXOpen.IFacet. the seed facet .. versionadded:: NX12.0.0License requirements: gateway (“UG GATEWAY”)