You are here: Start » FIL.NET » FIL.RotatePoint3DGrid
Rotates a grid of 3D points around an axis in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RotatePoint3DGrid ( FilNet.Point3DGrid inGrid, FilNet.Line3D inAxis, float inAngle, bool inInverse, FilNet.Point3DGrid outGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | FilNet.Point3DGrid | |||
![]() | inAxis | FilNet.Line3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | FilNet.Point3DGrid |