CreateTransformProjection Method (IMathUtility) Send Feedback
See Also  Example
Transform[out]
IMathTransform
ProjectionPlane
IMathPlane
ProjectionDirection
IMathVector
Creates a mathematical transformation matrix that projects onto the specified plane in the specified direction.

Syntax

Visual Basic 
Function CreateTransformProjection( _
   ByVal ProjectionPlane As MathPlane, _
   ByVal ProjectionDirection As MathVector _
) As MathTransform
C# 
MathTransform CreateTransformProjection( 
   MathPlane ProjectionPlane,
   MathVector ProjectionDirection
)
JavaScript 
CreateTransformProjection( 
   ProjectionPlane : dsMathPlane,
   ProjectionDirection : dsMathVector
) : dsMathTransform
COM native C++ 
HRESULT CreateTransformProjection( 
   IMathPlane* ProjectionPlane,
   IMathVector* ProjectionDirection,
   IMathTransform** Transform
) 
C++ 
DSRESULT CreateTransformProjection( 
   dsMathPlane* ProjectionPlane,
   dsMathVector* ProjectionDirection,
   dsMathTransform** Transform
) 

Parameters

ProjectionPlane
IMathPlane
ProjectionDirection
IMathVector
Transform[out] or Return Value
IMathTransform

Example

 

See Also

Availability

DraftSight V1R1.4