You are here: Start » FIL.NET » Invoke.RotateLine3D_AroundSegment
Rotates a line in 3D around a segment (the axis) in 3D.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateLine3D_AroundSegment ( Fil.Line3D inLine3D, Fil.Segment3D inAxisSegment, float inAngle, bool inInverse, out Fil.Line3D outLine3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine3D | Fil.Line3D | |||
![]() | inAxisSegment | Fil.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outLine3D | Fil.Line3D |