You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RotatePoint3D_AroundSegment

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
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D

Function Overrides

See also