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