RoughBrushFacetsRule Class

class NXOpen.RoughBrushFacetsRule

Bases: NXOpen.FacetSelectionRule

Represents a NXOpen.FacetSelectionRule that 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.RoughBrushFacetsRule

Signature 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 a NXOpen.Vector3d. the vector defining direction of rough brush tool roughBrushToolRadius is a float. the radius of rough brush tool seedFacet is a NXOpen.IFacet. the seed facet .. versionadded:: NX12.0.0

License requirements: gateway (“UG GATEWAY”)