You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RotatePlane

FIL.RotatePlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RotatePlane
(
	FilNet.Plane3D inPlane,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out FilNet.Plane3D outPlane
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in RotatePlane.
DomainError Indefinite plane on input in RotatePlane.

See also