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

FIS.RotatePoint3DGrid Method

Rotates a grid of 3D points around an axis in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint3DGrid
(
	FilNet.Point3DGrid inGrid,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	FilNet.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inAxisFilNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outGridFilNet.Point3DGrid

Function Overrides

See also