Small World Engine API Reference - v0.46.1
    Preparing search index...

    Interface GearParameters

    Standard parameters for gear generation based on the Module system.

    interface GearParameters {
        innerRadius: number;
        module: number;
        outerRadius: number;
        pitchRadius: number;
        teeth: number;
        toothHeight: number;
    }
    Index

    Properties

    innerRadius: number

    The calculated inner radius (root radius) for the Gear geometry.

    module: number

    The module of the gear.

    outerRadius: number

    The outer radius (Kopfkreisradius).

    pitchRadius: number

    The pitch radius (Teilkreisradius). Useful for placement.

    teeth: number

    The number of teeth.

    toothHeight: number

    The calculated tooth height for the Gear geometry.