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)
Syntaxpublic IsoStatus IsIsoparametric(
BoundingBox bbox
)
Public Function IsIsoparametric (
bbox As BoundingBox
) As IsoStatus
Parameters
- bbox
- Type: Rhino.GeometryBoundingBox
Bounding box to test.
Return Value
Type:
IsoStatusIsoStatus flag describing the iso-parametric relationship between the surface and the bounding box.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.12
See Also