RhinoGet.GetRectangleWithCounts Method

RhinoGetGetRectangleWithCounts Method

Gets a 3d rectangle with prompts for counts in X and Y directions.

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Result GetRectangleWithCounts(
	int xMin,
	ref int xCount,
	int yMin,
	ref int yCount,
	out Point3d[] corners
)
Public Shared Function GetRectangleWithCounts ( 
	xMin As Integer,
	ByRef xCount As Integer,
	yMin As Integer,
	ByRef yCount As Integer,
	<OutAttribute> ByRef corners As Point3d()
) As Result

Parameters

xMin
Type: SystemInt32
Minimum value allowed for count in the x direction.
xCount
Type: SystemInt32
Count in the x direction.
yMin
Type: SystemInt32
Minimum value allowed for count in the y direction.
yCount
Type: SystemInt32
Count in the y direction.
corners
Type: Rhino.GeometryPoint3d
corners of the rectangle in counter-clockwise order.

Return Value

Type: Result
Commands.Result.Success if successful.
Version Information

Rhino for Windows

Supported in: 6.14
See Also