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

Invoke.TranslateSegment3D

Shifts a segment in 3D by a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslateSegment3D
(
	Fil.Segment3D inSegment3D,
	Fil.Vector3D inDelta,
	bool inInverse,
	out Fil.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3DInput segment in 3D.
inDeltaFil.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outSegment3DFil.Segment3DShifted segment.

See also