DummyGear#

class ansys.geometry.core.sketch.gears.DummyGear(origin: ansys.geometry.core.math.point.Point2D, outer_radius: beartype.typing.Union[pint.Quantity, ansys.geometry.core.misc.measurements.Distance, ansys.geometry.core.typing.Real], inner_radius: beartype.typing.Union[pint.Quantity, ansys.geometry.core.misc.measurements.Distance, ansys.geometry.core.typing.Real], n_teeth: int)#

Bases: Gear

Provides the dummy class for sketching gears.

Parameters:
originPoint2D

Origin of the gear.

outer_radiusUnion[Quantity, Distance, Real]

Outer radius of the gear.

inner_radiusUnion[Quantity, Distance, Real]

Inner radius of the gear.

n_teethint

Number of teeth of the gear.

Import detail#

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