Eyeshot 10 WinForms API Reference
PushTransformation(Transformation) Method

WinForms Assembly > devDept.Eyeshot Namespace > TraversalParams Class > PushTransformation Method : PushTransformation(Transformation) Method
The transformation
Multiplies the transformation by the current transformation and pushes the resulting transformation on the stack.
Syntax
'Declaration
 
Public Overloads Overridable Sub PushTransformation( _
   Optional ByVal transform As Transformation _
) 
public virtual void PushTransformation( 
   Transformation transform
)

Parameters

transform
The transformation
Remarks
If is null, pushes the current transformation on the stack and puts a null transformation on top of it.
See Also

Reference

TraversalParams Class
TraversalParams Members
Overload List