TransformBy Method (IMathPlane) Send Feedback
See Also 
Transform
IMathTransform
Applies the specified mathematical transformation to this plane.

Syntax

Visual Basic 
Sub TransformBy( _
   ByVal Transform As MathTransform _
) 
C# 
void TransformBy( 
   MathTransform Transform
)
JavaScript 
TransformBy( 
   Transform : dsMathTransform
)
COM native C++ 
HRESULT TransformBy( 
   IMathTransform* Transform
) 
C++ 
DSRESULT TransformBy( 
   dsMathTransform* Transform
) 

Parameters

Transform
IMathTransform
 

See Also

Availability

DraftSight V1R1.4