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

FIS.RotateLine3D_AroundSegment Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateLine3D_AroundSegment
(
	FilNet.Line3D inLine3D,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out FilNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DFilNet.Line3D
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLine3DFilNet.Line3D

See also