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