You are here: Start » FIL.NET » Invoke.PlaneThroughLineAndPoint3D

Invoke.PlaneThroughLineAndPoint3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inLine3DFil.Line3D
inPoint3DFil.Point3D
outPlaneFil.Plane3D

See also