Skip to content

M_Rhino_Geometry_Interval_Grow

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interval.Grow Method

Grows the Interval to include the given number.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Grow(
	double value
)

VB

Public Sub Grow ( 
	value As Double
)

Parameters

 

value
Type: System.Double
Number to include in this interval.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
Rhino.Geometry Namespace

Clone this wiki locally