CreateTransformTranslation Method (IMathUtility) Send Feedback
See Also  Example
Transform[out]
IMathTransform
TranslationVector
IMathVector
Creates a mathematical transformation matrix that translates along the specified vector.

Syntax

Visual Basic 
Function CreateTransformTranslation( _
   ByVal TranslationVector As MathVector _
) As MathTransform
C# 
MathTransform CreateTransformTranslation( 
   MathVector TranslationVector
)
JavaScript 
CreateTransformTranslation( 
   TranslationVector : dsMathVector
) : dsMathTransform
COM native C++ 
HRESULT CreateTransformTranslation( 
   IMathVector* TranslationVector,
   IMathTransform** Transform
) 
C++ 
DSRESULT CreateTransformTranslation( 
   dsMathVector* TranslationVector,
   dsMathTransform** Transform
) 

Parameters

TranslationVector
IMathVector
Transform[out] or Return Value
IMathTransform

Example

 

See Also

Availability

DraftSight V1R1.4