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

FIS.RotatePlane_AroundSegment Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePlane_AroundSegment
(
	FilNet.Plane3D inPlane,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFilNet.Plane3D
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPlaneFilNet.Plane3D

See also