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

FIS.RotateSegment3D Method

Rotates a segment in 3D around an axis in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateSegment3D
(
	FilNet.Segment3D inSegment3D,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out FilNet.Segment3D outSegment3D
)

Parameters

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

See also