Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PointMate Class / CalculateSnapTransformation Method / CalculateSnapTransformation(PlaneMate,Double,Mate,Double,Double,Double) Method
PlaneMato to snap to.
rotation angle (radian).
additional mate to define x and y on the mate.

CalculateSnapTransformation(PlaneMate,Double,Mate,Double,Double,Double) Method
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.
Syntax

Parameters

pTargetMate
PlaneMato to snap to.
dRotationAngle
rotation angle (radian).
additionalTargetMate
additional mate to define x and y on the mate.
dXOffset
dYOffset
dZOffset
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown when operation failed. Check exception message for more info.
See Also