Loading [MathJax]/extensions/tex2jax.js

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

Invoke.RotatePoint3DArray_AroundSegment

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotatePoint3DArray_AroundSegment
(
	List<Fil.Point3D> inPoints3D,
	Fil.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	List<Fil.Point3D> outPoints3D,
	Optional<Fil.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Fil.Point3D>
inAxisSegmentFil.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>
outTransformFtl.Optional<Fil.Matrix>

See also