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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also