Surface.IsIsoparametric Method (BoundingBox)

SurfaceIsIsoparametric Method (BoundingBox)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IsoStatus IsIsoparametric(
	BoundingBox bbox
)
Public Function IsIsoparametric ( 
	bbox As BoundingBox
) As IsoStatus

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also