LineThroughPoints


Computes a line passing through two distinct points.

Syntax

C++
Python
 
def LineThroughPoints(
	inPoint1: Point2D,
	inPoint2: Point2D,
	/
)
-> outLine: Line2D

Parameters

Name Type Default Description
Input value inPoint1 Point2D
Input value inPoint2 Point2D
Output value outLine Line2D