You are here: Start » AVL.NET » AVL.PathToLineDistanceProfile(AvlNet.Path, AvlNet.Line2D, float, AvlNet.Profile, float[], AvlNet.Segment2D[])

AVL.PathToLineDistanceProfile(AvlNet.Path, AvlNet.Line2D, float, AvlNet.Profile, float[], AvlNet.Segment2D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToLineDistanceProfile(
	AvlNet.Path inPath,
	AvlNet.Line2D inLine,
	float inResolution,
	out AvlNet.Profile outDistanceProfile,
	out float[] outDistances,
	out AvlNet.Segment2D[] outConnectingSegments
)

Parameters

inPath
Type: AvlNet.Path
inLine
Type: AvlNet.Line2D
inResolution
Type: System.Single
outDistanceProfile
Type: AvlNet.Profile
outDistances
Type: System.Single
outConnectingSegments
Type: AvlNet.Segment2D

Errors

Error type Description
DomainError Indefinite line on input in PathToLineDistanceProfile.

See also