You are here: Start » AVL.NET » Invoke.AnnotateGridPoints_DeprecatedDeprecated
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AnnotateGridPoints_DeprecatedDeprecated ( List<Avl.Point2D> inPoints, float inScale, Optional<float> inMinDistance, float inMaxDistance, float inAngleTolerance, List<Avl.Point3D> outPoints3D, List<Avl.Point2D> outSelectedPoints, Diagnostic<List<Avl.Segment2D>> diagValidSubgraph )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | Points to calculate a grid | ||
![]()  | inScale | float | <0.001f, INF> | 1.0f | Distance between two rows or two columns of the grid in world units | 
![]()  | inMinDistance | Atl.Optional<float> | <0.0f, INF> | Minimum distance between two rows or two columns in pixels | |
![]()  | inMaxDistance | float | <0.0f, INF> | 10.0f | Maximum distance between two rows or two columns in pixels | 
![]()  | inAngleTolerance | float | <0.0f, 90.0f> | 10.0f | Maximum deviation from right angles in the grid | 
![]()  | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | Calculated points in the world units | ||
![]()  | outSelectedPoints | System.Collections.Generic.List<Avl.Point2D> | Which points were selected to calculate the grid | ||
![]()  | diagValidSubgraph | Avl.Diagnostic<System.Collections.Generic.List<Avl.Segment2D>> | Graph forming a valid grid | 



