You are here: Start » FIL.NET » Invoke.AnnotateGridPoints_DeprecatedDeprecated

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
inPointsSystem.Collections.Generic.List<Fil.Point2D>Points to calculate a grid
inScalefloat<0.001f, INF>1.0fDistance between two rows or two columns of the grid in world units
inMinDistanceFtl.Optional<float><0.0f, INF>Minimum distance between two rows or two columns in pixels
inMaxDistancefloat<0.0f, INF>10.0fMaximum distance between two rows or two columns in pixels
inAngleTolerancefloat<0.0f, 90.0f>10.0fMaximum deviation from right angles in the grid
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>Calculated points in the world units
outSelectedPointsSystem.Collections.Generic.List<Fil.Point2D>Which points were selected to calculate the grid
diagValidSubgraphFil.Diagnostic<System.Collections.Generic.List<Fil.Segment2D>>Graph forming a valid grid

See also