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