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

In This Topic
    Mate.Enums.LogicalType Enumeration
    In This Topic
    Logical types of mates.
    Syntax
    public enum Mate.Enums.LogicalType : System.Enum 
    public enum class Mate.Enums.LogicalType : public System.Enum 
    Members
    MemberValueDescription
    Undefined0Undefined.
    UserGripPoint1001Handle.
    UserGripPointExt1002Handle with extended logic.
    UserMountingLine1007Mounting line.
    UserMountingPoint1000Mounting point.
    UserPointOfSourcePlane1003Point of a placement area. Origin, x- and y- direction of this mate define the footprint of an object.
    UserRefPoint1004Base point (used to place accessories)
    Inheritance Hierarchy

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

    See Also