You are here: Start » AVL.NET » AVL.PathProjectionProfile Method

AVL.PathProjectionProfile Method

Computes the distance from the line to the path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathProjectionProfile(
	AvlNet.Path inPath,
	AvlNet.Line2D inLine,
	out AvlNet.Profile outProjectionProfile,
	out AvlNet.Segment2D[] diagProjectionSegments
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inLineAvlNet.Line2DInput line to project to.
outProjectionProfileAvlNet.ProfileOutput path projection.
diagProjectionSegmentsAvlNet.Segment2DSegments corresponding to every profile value.

See also