You are here: Start » FIL.NET » FIS.RotatePoint3DGrid_AroundSegment Method
FIS.RotatePoint3DGrid_AroundSegment Method
Rotates a grid of 3D points around an segment3D (the axis) in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotatePoint3DGrid_AroundSegment ( FilNet.Point3DGrid inGrid, FilNet.Segment3D inAxisSegment, float inAngle, bool inInverse, FilNet.Point3DGrid outGrid, NullableRef<FilNet.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | FilNet.Point3DGrid | |||
![]() | inAxisSegment | FilNet.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | FilNet.Point3DGrid | |||
![]() | outTransform | FilNet.NullableRef<FilNet.Matrix> | Can be null to skip this parameter calculation. |
Function Overrides
- RotatePoint3DGrid_AroundSegment(Point3DGrid, Segment3D, Single, Boolean, Point3DGrid)
- RotatePoint3DGrid_AroundSegment(Point3DGrid, Segment3D, Single, Boolean, Point3DGrid, Matrix)