RhinoCommon API
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
public Point3dGrid( int rows, int columns )
Public Sub New ( rows As Integer, columns As Integer )
Parameters
- rows
- Type: SystemInt32
An amount of rows. - columns
- Type: SystemInt32
An amount of columns.