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

AVL.AnnotateGridPoints_Deprecated(AvlNet.Point2D[], float, AvlNet.Point3D[], AvlNet.Point2D[], 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,
	out AvlNet.Point2D[] diagAxes
)

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
diagAxes
Type: AvlNet.Point2D
Points which lays on X and Y axis.

Errors

Error type Description
DomainError Not enough input points in AnnotateGridPoints
At least 5 points are needed to calculate a grid.

See also