M_Rhino_Geometry_Surface_IsIsoparametric - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if a 2d bounding box is iso-parameteric in the parameter space of this surface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public IsoStatus IsIsoparametric(
BoundingBox bbox
)
VB
Public Function IsIsoparametric (
bbox As BoundingBox
) As IsoStatus
- bbox
- Type: Rhino.Geometry.BoundingBox
Bounding box to test.
Type: IsoStatus
IsoStatus flag describing the iso-parametric relationship between the surface and the bounding box.
Supported in: 6.0.16224.21491, 5D58w
Surface Class
IsIsoparametric Overload
Rhino.Geometry Namespace