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

Invoke.RotateSegment3D_AroundSegment

Rotates a segment in 3D around a segment (the axis) in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateSegment3D_AroundSegment
(
	Fil.Segment3D inSegment3D,
	Fil.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out Fil.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3D
inAxisSegmentFil.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outSegment3DFil.Segment3D

See also