You are here: Start » AVL.NET » Invoke.AnalyzePoint3DGrid
Analyzes the steps in X and Y directions of a point 3D grid.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AnalyzePoint3DGrid ( Avl.Point3DGrid inPointGrid, Avl.Point3DGridType inPointGridType, Avl.ValueLimits inXLimits, Avl.ValueLimits inYLimits, Avl.ValueLimits inZLimits, float inEpsilonX, float inEpsilonY, float inCoverage, out double outScaleX, out double outOffsetX, out double outScaleY, out double outOffsetY )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPointGrid | Avl.Point3DGrid | |||
![]()  | inPointGridType | Avl.Point3DGridType | |||
![]()  | inXLimits | Avl.ValueLimits | Limits for the X coordinate. | ||
![]()  | inYLimits | Avl.ValueLimits | Limits for the Y coordinate. | ||
![]()  | inZLimits | Avl.ValueLimits | Limits for the Z coordinate. | ||
![]()  | inEpsilonX | float | <0.0f, INF> | 0.0f | Maximum possible error in the X direction. Default value: 0.0f. | 
![]()  | inEpsilonY | float | <0.0f, INF> | Maximum possible error in the Y direction. | |
![]()  | inCoverage | float | <0.0f, 1.0f> | 0.3f | Percentage of points that should be taken into account. Default value: 0.3f. | 
![]()  | outScaleX | double | |||
![]()  | outOffsetX | double | |||
![]()  | outScaleY | double | |||
![]()  | outOffsetY | double | 


