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

In This Topic
    BaseMate Property (MountingRail)
    In This Topic
    Default target mate for this MountingRail.
    Syntax
    public LineMate BaseMate {get;}
    public:
    property LineMate^ BaseMate {
       LineMate^ 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