Version: 13.0

    Show / Hide Table of Contents

    Enum AngleSource

    Namespace: SMT.MastaAPI.SystemModel.FE
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("3b168429-4d88-b82e-c215-ad96681c4a59")]
    [ApiEnumFor("SMT.MAA.FE.AngleSource, SMT.MAA")]
    public enum AngleSource

    Fields

    Name Description
    Derived

    The angle of the FE Part is determined by a combination of restrictions from the nodes in the FE, other FE Parts or the transmission design.

    Index

    The FE Part supports a discrete set of angles which can be selected from.

    SpecifiedValue

    The FE Part is not restricted to a particular set of angles so any angle can be specified for the orientation.

    Back to top