M_Rhino_Geometry_Point3dGrid__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

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) Version: Rhino 6.0

Syntax

C#

public Point3dGrid(
	int rows,
	int columns
)

VB

Public Sub New ( 
	rows As Integer,
	columns As Integer
)

Parameters

 

rows
Type: System.Int32
An amount of rows.
columns
Type: System.Int32
An amount of columns.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3dGrid Class
Point3dGrid Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️