M_Rhino_Geometry_Surface_IsIsoparametric_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.IsIsoparametric Method (Curve, Interval)

Determines if a 2D curve 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(
	Curve curve,
	Interval curveDomain
)

VB

Public Function IsIsoparametric ( 
	curve As Curve,
	curveDomain As Interval
) As IsoStatus

Parameters

 

curve
Type: Rhino.Geometry.Curve
Curve to test.
curveDomain
Type: Rhino.Geometry.Interval
Sub domain of the curve.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
IsIsoparametric Overload
Rhino.Geometry Namespace

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