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 | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inAxis | FilNet.Line3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | outTransform | FilNet.NullableRef<FilNet.Matrix> | Can be null to skip this parameter calculation. |
Function Overrides
- RotatePoint3DArray(IList<Point3D>, Line3D, Single, Boolean, IList<Point3D>)
- RotatePoint3DArray(IList<Point3D>, Line3D, Single, Boolean, IList<Point3D>, Matrix)