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, FilNet.Matrix outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inAxisSegment | FilNet.Segment3D | 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.Matrix |
Function Overrides
- RotatePoint3DArray_AroundSegment(IList<Point3D>, Segment3D, Single, Boolean, IList<Point3D>)
- RotatePoint3DArray_AroundSegment(IList<Point3D>, Segment3D, Single, Boolean, IList<Point3D>, NullableRef<Matrix>)