You are here: Start » FIL.NET » Invoke.TransformLine3D

Invoke.TransformLine3D

Applies a general transformation expressed by a matrix to a 3D line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TransformLine3D
(
	Fil.Line3D inLine3D,
	Fil.Matrix inTransform,
	bool inInverse,
	out Fil.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DFil.Line3D
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outLine3DFil.Line3D

See also