You are here: Start » FIL.NET » FIS.PlaneThroughPoints3D Method

FIS.PlaneThroughPoints3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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