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 | |
|---|---|---|---|---|
![]() |
inPoint1 | Point3D | ||
![]() |
inPoint2 | Point3D | ||
![]() |
inPoint3 | Point3D | ||
![]() |
outPlane | Plane3D |


