SurfaceIsIsoparametric 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)
Syntaxpublic IsoStatus IsIsoparametric(
Curve curve,
Interval curveDomain
)
Public Function IsIsoparametric (
curve As Curve,
curveDomain As Interval
) As IsoStatus
Parameters
- curve
- Type: Rhino.GeometryCurve
Curve to test. - curveDomain
- Type: Rhino.GeometryInterval
Sub domain of the curve.
Return Value
Type:
IsoStatusIsoStatus flag describing the iso-parametric relationship between the surface and the curve.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also