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

FIS.RotatePoint3DArray_AroundSegment Method

Rotates an array of 3D points around a segment (the axis).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint3DArray_AroundSegment
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	IList<FilNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>

Function Overrides

See also