M_Rhino_Geometry_Point3dGrid__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a rectangular grid of points with a given number of columns and rows.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3dGrid(
int rows,
int columns
)
VB
Public Sub New (
rows As Integer,
columns As Integer
)
- rows
- Type: System.Int32
An amount of rows. - columns
- Type: System.Int32
An amount of columns.
Supported in: 6.0.16224.21491, 5D58w
Point3dGrid Class
Point3dGrid Overload
Rhino.Geometry Namespace