LineThroughPoint


Computes a line passing through a point with given angle.

Syntax

C++
Python
 
def LineThroughPoint(
	inPoint: Point2D,
	inAngle: float,
	/
)
-> outLine: Line2D

Parameters

Name Type Default Description
Input value inPoint Point2D
Input value inAngle float
Output value outLine Line2D