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

FIL.RotateCircle3D_AroundSegment

Rotates a circle in 3D around a segment (the axis) in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RotateCircle3D_AroundSegment
(
	FilNet.Circle3D inCircle3D,
	FilNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out FilNet.Circle3D outCircle3D
)

Parameters

Name Type Range Default Description
inCircle3DFilNet.Circle3D
inAxisSegmentFilNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outCircle3DFilNet.Circle3D

Errors

List of possible exceptions:

Error type Description
DomainError Empty segment on input in RotateCircle3D_AroundSegment.
DomainError Indefinite circle on input in RotateCircle3D_AroundSegment.

See also