Click or drag to resize

Point3dGrid Constructor (Int32, Int32)

Initializes a rectangular grid of points with a given number of columns and rows.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3dGrid(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
An amount of rows.
columns
Type: SystemInt32
An amount of columns.
See Also