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