You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TransformLine3D

FIL.TransformLine3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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