You are here: Start » AVL.NET » Invoke.AccessEdgeModel2
Returns information about a model.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AccessEdgeModel2 ( Avl.EdgeModel2 inEdgeModel, out int outMaxPyramidLevel, out int outLowestPrecomputedPyramidLevel, out float outScaleStep, out float outAngleStep, List<Avl.Path> outModelEdges, out Avl.Rectangle2D outModelPosition, out Avl.Point2D outModelPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inEdgeModel | Avl.EdgeModel2 | Input model. | ||
![]()  | outMaxPyramidLevel | int | Highest pyramid level. | ||
![]()  | outLowestPrecomputedPyramidLevel | int | Lowest pregenerated pyramid level. | ||
![]()  | outScaleStep | float | |||
![]()  | outAngleStep | float | |||
![]()  | outModelEdges | System.Collections.Generic.List<Avl.Path> | Object edges. | ||
![]()  | outModelPosition | Avl.Rectangle2D | Object position. | ||
![]()  | outModelPoint | Avl.Point2D | Object point of reference. | 


