PlaneThroughLineAndPoint3D


Computes a plane passing through a line and a point in 3D.

Syntax

C++
C#
Python
 
def PlaneThroughLineAndPoint3D(
	inLine3D: Line3D,
	inPoint3D: Point3D,
	/
)
-> outPlane: Plane3D

Parameters

Name Type Default Description
Input value inLine3D Line3D
Input value inPoint3D Point3D
Output value outPlane Plane3D