You are here: Start » FIL.NET » Invoke.AnnotateGridPoints_DeprecatedDeprecated
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AnnotateGridPoints_DeprecatedDeprecated ( List<Fil.Point2D> inPoints, float inScale, Optional<float> inMinDistance, float inMaxDistance, float inAngleTolerance, List<Fil.Point3D> outPoints3D, List<Fil.Point2D> outSelectedPoints, Diagnostic<List<Fil.Segment2D>> diagValidSubgraph )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.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 | Ftl.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<Fil.Point3D> | Calculated points in the world units | ||
![]() | outSelectedPoints | System.Collections.Generic.List<Fil.Point2D> | Which points were selected to calculate the grid | ||
![]() | diagValidSubgraph | Fil.Diagnostic<System.Collections.Generic.List<Fil.Segment2D>> | Graph forming a valid grid |