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

In This Topic
    Mate.Enums.Type Enumeration
    In This Topic
    Types of mates.
    Syntax
    public enum Mate.Enums.Type : System.Enum 
    public enum class Mate.Enums.Type : public System.Enum 
    Members
    MemberValueDescription
    Face0Mate which occurs as surface.
    Fix3Mate which occurs as point. Objects can be snapped on this point, but only in a fix position (rotation not allowed).
    FreeRotation4Mate which occurs as point. Objects can be snapped on this point - rotation of objects is allowed.
    Grid5Mate which occurs as grid.
    GridLine6Mate which occurs as line of grid. Objects can be snapped along the line only on discrete positions (grid intersection points).
    Line2Mate which occurs as line.
    Point1Mate which occurs as point.
    Inheritance Hierarchy

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

    See Also