Gear#

class ansys.geometry.core.sketch.gears.Gear#

Bases: ansys.geometry.core.sketch.face.SketchFace

Provides the base class for sketching gears.

Overview#

visualization_polydata

VTK polydata representation for PyVista visualization.

Import detail#

from ansys.geometry.core.sketch.gears import Gear

Property detail#

property Gear.visualization_polydata: pyvista.PolyData#

VTK polydata representation for PyVista visualization.

The representation lies in the X/Y plane within the standard global Cartesian coordinate system.

Returns:
pyvista.PolyData

VTK pyvista.Polydata configuration.