You are here: Start » AVL.NET » AVL.AnnotateGridPoints_Deprecated(AvlNet.Point2D[], float, AvlNet.Point3D[], AvlNet.Point2D[])

AVL.AnnotateGridPoints_Deprecated(AvlNet.Point2D[], float, AvlNet.Point3D[], AvlNet.Point2D[])

Select a subset of the given points that forms a grid and assign world plane coordinates to them.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AnnotateGridPoints_Deprecated(
	AvlNet.Point2D[] inPoints,
	float inScale,
	out AvlNet.Point3D[] outPoints3D,
	out AvlNet.Point2D[] outSelectedPoints
)

Parameters

inPoints
Type: AvlNet.Point2D
Points to calculate a grid.
inScale
Type: System.Single
Distance between two rows or two columns of the grid in world units.
outPoints3D
Type: AvlNet.Point3D
Calculated points in the world units.
outSelectedPoints
Type: AvlNet.Point2D
Which points were selected to calculate the grid

See also