RotatePlane_AroundSegment


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

Syntax

C++
C#
Python
 
def RotatePlane_AroundSegment(
	inPlane: Plane3D,
	inAxisSegment: Segment3D,
	inAngle: float,
	/,
	*,
	inInverse: bool = False
)
-> outPlane: Plane3D

Parameters

Name Type Default Description
Input value inPlane Plane3D
Input value inAxisSegment Segment3D The rotation axis
Input value inAngle float Clockwise angle of rotation
Input value inInverse bool False Switches to the inverse operation
Output value outPlane Plane3D