You are here: Start » FIL.NET » Invoke.RotatePoint3DGrid

Invoke.RotatePoint3DGrid

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotatePoint3DGrid
(
	Fil.Point3DGrid inGrid,
	Fil.Line3D inAxis,
	float inAngle,
	bool inInverse,
	Fil.Point3DGrid outGrid,
	Optional<Fil.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inGridFil.Point3DGrid
inAxisFil.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outGridFil.Point3DGrid
outTransformFtl.Optional<Fil.Matrix>

See also