CreateTransformMirroringAboutPlane Method (IMathUtility) Send Feedback
See Also  Example
Transform[out]
IMathTransform
MirrorPlane
IMathPlane
Creates a mathematical transformation matrix that mirrors about the specified plane.

Syntax

Visual Basic 
Function CreateTransformMirroringAboutPlane( _
   ByVal MirrorPlane As MathPlane _
) As MathTransform
C# 
MathTransform CreateTransformMirroringAboutPlane( 
   MathPlane MirrorPlane
)
JavaScript 
CreateTransformMirroringAboutPlane( 
   MirrorPlane : dsMathPlane
) : dsMathTransform
COM native C++ 
HRESULT CreateTransformMirroringAboutPlane( 
   IMathPlane* MirrorPlane,
   IMathTransform** Transform
) 
C++ 
DSRESULT CreateTransformMirroringAboutPlane( 
   dsMathPlane* MirrorPlane,
   dsMathTransform** Transform
) 

Parameters

MirrorPlane
IMathPlane
Transform[out] or Return Value
IMathTransform

Example

 

See Also

Availability

DraftSight V1R1.4