You are here: Start » FIL.NET » Invoke.RotatePoint3DGrid_AroundSegment
Rotates a grid of 3D points around an segment3D (the axis) in 3D.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotatePoint3DGrid_AroundSegment ( Fil.Point3DGrid inGrid, Fil.Segment3D inAxisSegment, float inAngle, bool inInverse, Fil.Point3DGrid outGrid, Optional<Fil.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | Fil.Point3DGrid | |||
![]() | inAxisSegment | Fil.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | Fil.Point3DGrid | |||
![]() | outTransform | Ftl.Optional<Fil.Matrix> |