M_Rhino_Geometry_Surface_IsIsoparametric - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.IsIsoparametric 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) Version: Rhino 6.0

Syntax

C#

public IsoStatus IsIsoparametric(
	BoundingBox bbox
)

VB

Public Function IsIsoparametric ( 
	bbox As BoundingBox
) As IsoStatus

Parameters

 

bbox
Type: Rhino.Geometry.BoundingBox
Bounding box to test.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
IsIsoparametric Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️