You are here: Start » FIL.NET » FIS.TransformLine3D Method

FIS.TransformLine3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TransformLine3D
(
	FilNet.Line3D inLine3D,
	FilNet.Matrix inTransform,
	bool inInverse,
	out FilNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DFilNet.Line3D
inTransformFilNet.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outLine3DFilNet.Line3D

See also