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