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

FIS.RotatePoint3DArray Method

Rotates an array of 3D points around an axis in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint3DArray
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	IList<FilNet.Point3D> outPoints3D,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inAxisFilNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
outTransformFilNet.NullableRef<FilNet.Matrix> Can be null to skip this parameter calculation.

Function Overrides

See also