API Help
Eplan.EplApi.DataModel.E3D Namespace / Plane Class / BaseMate Property

In This Topic
    BaseMate Property (Plane)
    In This Topic
    Default target mate for this Plane.
    Syntax
    public PlaneMate BaseMate {get;}
    public:
    property PlaneMate^ BaseMate {
       PlaneMate^ get();
    }

    Property Value

    Returns target mate or null if mate does not exist.
    Remarks
    When snapping an item by a base mate, it is set as a child of a target Placement3D Also the orientation of an item is adjusted to a target Placement3D
    See Also