SpurGear#

class ansys.geometry.core.sketch.gears.SpurGear(origin: ansys.geometry.core.math.point.Point2D, module: ansys.geometry.core.typing.Real, pressure_angle: beartype.typing.Union[pint.Quantity, ansys.geometry.core.misc.measurements.Angle, ansys.geometry.core.typing.Real], n_teeth: int)#

Bases: Gear

Provides the class for sketching spur gears.

Parameters:
originPoint2D

Origin of the spur gear.

moduleReal

Module of the spur gear. This is also the ratio between the pitch circle diameter in millimeters and the number of teeth.

pressure_angleUnion[Quantity, Angle, Real]

Pressure angle of the spur gear.

n_teethint

Number of teeth of the spur gear.

Overview#

origin

Origin of the spur gear.

module

Module of the spur gear.

pressure_angle

Pressure angle of the spur gear.

n_teeth

Number of teeth of the spur gear.

ref_diameter

Reference diameter of the spur gear.

base_diameter

Base diameter of the spur gear.

addendum

Addendum of the spur gear.

dedendum

Dedendum of the spur gear.

tip_diameter

Tip diameter of the spur gear.

root_diameter

Root diameter of the spur gear.

Import detail#

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

Property detail#

property SpurGear.origin: ansys.geometry.core.math.point.Point2D#

Origin of the spur gear.

property SpurGear.module: ansys.geometry.core.typing.Real#

Module of the spur gear.

property SpurGear.pressure_angle: pint.Quantity#

Pressure angle of the spur gear.

property SpurGear.n_teeth: int#

Number of teeth of the spur gear.

property SpurGear.ref_diameter: ansys.geometry.core.typing.Real#

Reference diameter of the spur gear.

property SpurGear.base_diameter: ansys.geometry.core.typing.Real#

Base diameter of the spur gear.

property SpurGear.addendum: ansys.geometry.core.typing.Real#

Addendum of the spur gear.

property SpurGear.dedendum: ansys.geometry.core.typing.Real#

Dedendum of the spur gear.

property SpurGear.tip_diameter: ansys.geometry.core.typing.Real#

Tip diameter of the spur gear.

property SpurGear.root_diameter: ansys.geometry.core.typing.Real#

Root diameter of the spur gear.