Version: 13.0

    Show / Hide Table of Contents

    Enum FlankSide

    Namespace: SMT.MastaAPI.Gears.MicroGeometry
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("b93615fe-9c19-4c13-643b-beb69644521c")]
    [ApiEnumFor("SMT.Gears.MicroGeometry.FlankSide, SMT.Gears")]
    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