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

FIS.RotateSegment3D_AroundSegment Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateSegment3D_AroundSegment
(
	FilNet.Segment3D inSegment3D,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out FilNet.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outSegment3DFilNet.Segment3D

See also