AccessEdgeModel2
Returns information about a model.
Syntax
C++
C#
Python
def AccessEdgeModel2( inEdgeModel: EdgeModel2, / ) -> ( outMaxPyramidLevel: int, outLowestPrecomputedPyramidLevel: int, outScaleStep: float, outAngleStep: float, outModelEdges: list[Path], outModelPosition: Rectangle2D, outModelPoint: Point2D )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inEdgeModel | EdgeModel2 | Input model | |
![]() |
outMaxPyramidLevel | int | Highest pyramid level | |
![]() |
outLowestPrecomputedPyramidLevel | int | Lowest pregenerated pyramid level | |
![]() |
outScaleStep | float | ||
![]() |
outAngleStep | float | ||
![]() |
outModelEdges | list[Path] | Object edges | |
![]() |
outModelPosition | Rectangle2D | Object position | |
![]() |
outModelPoint | Point2D | Object point of reference |


