You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » FIL.PlaneThroughPoints3D

FIL.PlaneThroughPoints3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PlaneThroughPoints3D
(
	FilNet.Point3D inPoint1,
	FilNet.Point3D inPoint2,
	FilNet.Point3D inPoint3,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point3D
inPoint2FilNet.Point3D
inPoint3FilNet.Point3D
outPlaneFilNet.Plane3D

See also