API Help
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / IsBaseMate Property

In This Topic
    IsBaseMate Property
    In This Topic
    Return true, if mate is base mate.
    Syntax
    public bool IsBaseMate {get; set;}
    public:
    property bool IsBaseMate {
       bool get();
       void set (    bool value);
    }
    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