You are here: Start » AVL.NET » AVS.AccessEdgeModel2 Method

AVS.AccessEdgeModel2 Method

Returns information about a model.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AccessEdgeModel2
(
	AvlNet.EdgeModel2 inEdgeModel,
	out int outMaxPyramidLevel,
	out int outLowestPrecomputedPyramidLevel,
	out float outScaleStep,
	out float outAngleStep,
	IList<AvlNet.Path> outModelEdges,
	out AvlNet.Rectangle2D outModelPosition,
	out AvlNet.Point2D outModelPoint
)

Parameters

Name Type Range Default Description
inEdgeModelAvlNet.EdgeModel2Input model.
outMaxPyramidLevelintHighest pyramid level.
outLowestPrecomputedPyramidLevelintLowest pregenerated pyramid level.
outScaleStepfloat
outAngleStepfloat
outModelEdgesSystem.Collections.Generic.IList<AvlNet.Path>Object edges.
outModelPositionAvlNet.Rectangle2DObject position.
outModelPointAvlNet.Point2DObject point of reference.

See also