Click or drag to resize

PlaneSurfaceGetExtents Method

Gets the extents of the plane surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Interval GetExtents(
	int direction
)

Parameters

direction
Type: SystemInt32
The direction, where 0 gets plane surface's x coordinate extents and 1 gets plane surface's y coordinate extents.

Return Value

Type: Interval
An increasing interval.
See Also