API Help
Eplan.EplApi.DataModel.E3D Namespace / Mate.Enums.RotationType Enumeration

In This Topic
    Mate.Enums.RotationType Enumeration
    In This Topic
    Possible types of forced rotation when the snap is done.
    Syntax
    public enum Mate.Enums.RotationType : System.Enum 
    public enum class Mate.Enums.RotationType : public System.Enum 
    Members
    MemberValueDescription
    Fix1No rotation.
    Free2No limits of rotation.
    R1805Only angles of 0 and 180 degrees are allowed.
    R453Only angles of 0,45,90,135 degrees are allowed.
    R904Only angles of 0,90,180,270 degrees are allowed.
    Undefined0Undefined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.E3D.Mate.Enums.RotationType

    See Also