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
)
Public Function IsIsoparametric (
curve As Curve
) As IsoStatus
Parameters
- curve
- Type: Rhino.GeometryCurve
Curve to test.
Return Value
Type:
IsoStatusIsoStatus flag describing the iso-parametric relationship between the surface and the curve.
See Also