You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.LineThroughPoint

FIL.LineThroughPoint

Computes a line passing through a point with given angle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LineThroughPoint
(
	FilNet.Point2D inPoint,
	float inAngle,
	out FilNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inAnglefloat
outLineFilNet.Line2D

Examples

LineThroughPoint performed on point, inAngle = 150.

See also