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

Invoke.TransformSegment3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TransformSegment3D
(
	Fil.Segment3D inSegment3D,
	Fil.Matrix inTransform,
	bool inInverse,
	out Fil.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outSegment3DFil.Segment3D

See also