API Help
Eplan.EplApi.DataModel.E3D Namespace / Mate Class
Properties Methods

In This Topic
    Mate Class Members
    In This Topic

    The following tables list the members exposed by Mate.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyDescription of this mate.  
    Public PropertyReturn true, if mate is base mate.  
    Public PropertyDetermines if Mate can be modified.  
    Public PropertyReturns true, if mate is used defined.  
    Public PropertyNames of mates that can be snapped to this one separated by '#'.  
    Public PropertyName of this mate.  
    Public PropertyPlacement3D to which this mate is assign.  
    Public PropertyAngle by which the components are to be rotated when they are placed on the mounting point.  
    Public PropertyRotation type which this mate force while snapping.  
    Public PropertyReturns object from which the mate was returned or changed by: Placement3D.GetTargetMates, Placement3D.GetSourceMates, Placement3D.AddMatePersistent or BaseMate property.  
    Public PropertyPosition and rotation relative to the parent placement represented by transformation matrix.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of Mate object.  
    Public MethodOperator of comparison implementation. Checks if two mates have same name and belongs to the same object.  
    Public MethodRemoves the Mate object.  
    Public MethodStores changes into a project database.  
    Public MethodTransform mate position.  
    Top
    Public Operators
    Operator of comparison implementation. Checks if two mates have same name and belongs to the same object.
    Operator of comparison implementation. Checks if two mates have different name or not belongs to the same object.
    Top
    See Also