Version: 15.0

    Show / Hide Table of Contents

    Enum FlankSide

    Namespace: SMT.MastaAPI.Gears.MicroGeometry
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum FlankSide

    Fields

    Name Description
    LeftSide

    This is the side nearest to the datum face of the gear (as defined in ISO 21771:2007). The datum face is also the 'reference face' referred to in VDI/VDE 2612:2000. In terms of the local coordinate system of the gear, this is the side of the flank in which the z-coordinate is negative.

    RightSide

    This is the side nearest to the non-datum face of the gear (as defined in ISO 21771:2007). The non-datum face is also the opposite face to the 'reference face' referred to in VDI/VDE 2612:2000. In terms of the local coordinate system of the gear, this is the side of the flank in which the z-coordinate is positive.

    Back to top