Click or drag to resize

CommandListAppendTransformation Method

Sets the transformation factors for vector co-ordinates.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendTransformation(
	Transform3D transformation
)

Parameters

transformation  Transform3D
The transformation.
Remarks
Appends a TRANSFORMATION command to the list.

Also note that the new transformation takes effect immediately when this command is executed.

See also: 8.1 Position Data Flow

See Also