Click or drag to resize

SurfaceIsIsoparametric Method (BoundingBox)

Determines if a 2d bounding box is isoparametric in the parameter space of this surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public IsoStatus IsIsoparametric(
	BoundingBox bbox
)

Parameters

bbox
Type: Rhino.GeometryBoundingBox
Bounding box to test.

Return Value

Type: IsoStatus
IsoStatus flag describing the iso-parametric relationship between the surface and the bounding box.
See Also