Click or drag to resize

SurfaceIsIsoparametric Method (Curve)

Determines if a 2d curve is isoparametric in the parameter space of this surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public IsoStatus IsIsoparametric(
	Curve curve
)

Parameters

curve
Type: Rhino.GeometryCurve
Curve to test.

Return Value

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