You are here: Start » FIL.NET » Invoke.RotatePlane_AroundSegment

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
inPlaneFil.Plane3D
inAxisSegmentFil.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPlaneFil.Plane3D

See also