API Help
Eplan.EplApi.DataModel.E3D Namespace / PlaneMate Class / Create Method
Name identifying this mate.
Names of mates which can be snapped to this mate.
Description of set to this LineMate.
Position represented by transformation matrix.
Width of the LineMate.
Height of the LineMate.

Create Method (PlaneMate)
Create a PlaneMate.
Syntax

Parameters

strName
Name identifying this mate.
strMatchingMateNames
Names of mates which can be snapped to this mate.
pMLSDescription
Description of set to this LineMate.
oPosition
Position represented by transformation matrix.
dSizeX
Width of the LineMate.
dSizeY
Height of the LineMate.
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown if strName has zero length.
Thrown when the PlaneMate has already been created.
Remarks

Names of mates in strMatchingMateNames have to be separated by ';' char. It possible to specify that this mate matches all other mates if parameter strMatchingMateNames is null, empty or is equal to '*'. Value "*-R" of this parameter means that this mate matches all other mates but without mates from mounting rail (name of such mates is 'R').

Names are not case sensitive and can't contain char: '#'.

See Also