Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / HandleMate Class
Members

HandleMate Class
Represents handle mate.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.DataModel.E3D.Mate
      Eplan.EplApi.DataModel.E3D.PointMate
         Eplan.EplApi.DataModel.E3D.HandleMate

Syntax
public class HandleMate : PointMate 
Remarks
The class represents either a standard mate point (with all mouning points permitted) or with extended logic (having a list of assigned mounting points.)
Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Properties
 NameDescription
Public PropertyDescription of this mate. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyReturn true, if mate is base mate. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyDetermines if Mate can be modified. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyReturns true, if mate is used defined. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyNames of mates that can be snapped to this one separated by '#'. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyName of this mate. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyPlacement3D to which this mate is assign. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyAngle by which the components are to be rotated when they are placed on the mounting point. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyRotation type which this mate force while snapping. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyReturns object from which the mate was returned or changed by: Placement3D.GetTargetMates, Placement3D.GetSourceMates, Placement3D.AddMatePersistent or BaseMate property. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public PropertyPosition and rotation relative to the parent placement represented by transformation matrix. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Top
Public Methods
 NameDescription
Public MethodOverloaded. calculate a transformation matrix, that can be used to transform the associated placement into snap position that means, that the position and/or orientation of the associated placement will change, so that this mate fits to the target mate. (Inherited from Eplan.EplApi.DataModel.E3D.PointMate)
Public MethodCheck, if this mate can snap to targetMate (Inherited from Eplan.EplApi.DataModel.E3D.PointMate)
Public MethodOverloaded. Creates a handle with a list of assigned mounting points.  
Public MethodDestructor for deterministic finalization of Mate object. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public MethodOperator of comparison implementation. Checks if two mates have same name and belongs to the same object. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public MethodRemoves the Mate object. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public MethodOverloaded. Snap this mate to another mate. (Inherited from Eplan.EplApi.DataModel.E3D.PointMate)
Public MethodStores changes into a project database. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Public MethodTransform mate position. (Inherited from Eplan.EplApi.DataModel.E3D.Mate)
Top
See Also