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 |
 |
inLine3D |
Line3D |
|
|
 |
inPoint3D |
Point3D |
|
|
 |
outPlane |
Plane3D |
|
|