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

FIS.PlaneThroughLineAndPoint3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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