PlaneThroughPoints3D


Computes a plane passing through three distinct points in 3D.

Syntax

C++
C#
Python
 
def PlaneThroughPoints3D(
	inPoint1: Point3D,
	inPoint2: Point3D,
	inPoint3: Point3D,
	/
)
-> outPlane: Plane3D

Parameters

Name Type Default Description
Input value inPoint1 Point3D
Input value inPoint2 Point3D
Input value inPoint3 Point3D
Output value outPlane Plane3D