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

FIL.PlaneThroughLineAndPoint3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PlaneThroughLineAndPoint3D
(
	FilNet.Line3D inLine3D,
	FilNet.Point3D inPoint3D,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inLine3DFilNet.Line3D
inPoint3DFilNet.Point3D
outPlaneFilNet.Plane3D

See also