You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RotatePoint3D_AroundSegment
Rotates a 3D point around a segment (the axis).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RotatePoint3D_AroundSegment ( FilNet.Point3D inPoint3D, FilNet.Segment3D inAxisSegment, float inAngle, bool inInverse, out FilNet.Point3D outPoint3D, NullableRef<FilNet.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | FilNet.Point3D | |||
![]() | inAxisSegment | FilNet.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint3D | FilNet.Point3D | |||
![]() | outTransform | FilNet.NullableRef<FilNet.Matrix> | Can be null to skip this parameter calculation. |
Function Overrides
- RotatePoint3D_AroundSegment(Point3D, Segment3D, Single, Boolean, Point3D)
- RotatePoint3D_AroundSegment(Point3D, Segment3D, Single, Boolean, Point3D, Matrix)