M_Rhino_Geometry_Surface_IsIsoparametric_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.IsIsoparametric Method (Curve)

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
)

VB

Public Function IsIsoparametric ( 
	curve As Curve
) As IsoStatus

Parameters

 

curve
Type: Rhino.Geometry.Curve
Curve to test.

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** ⚠️