Click or drag to resize

SurfaceIsIsoparametric Method (Curve, Interval)

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,
	Interval curveDomain
)

Parameters

curve
Type: Rhino.GeometryCurve
Curve to test.
curveDomain
Type: Rhino.GeometryInterval
Sub domain of the curve.

Return Value

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