M_Rhino_Geometry_Surface_IsIsoparametric_2 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public IsoStatus IsIsoparametric(
Curve curve,
Interval curveDomain
)
VB
Public Function IsIsoparametric (
curve As Curve,
curveDomain As Interval
) As IsoStatus
- curve
- Type: Rhino.Geometry.Curve
Curve to test. - curveDomain
- Type: Rhino.Geometry.Interval
Sub domain of the curve.
Type: IsoStatus
IsoStatus flag describing the iso-parametric relationship between the surface and the curve.
Supported in: 6.0.16224.21491, 5D58w
Surface Class
IsIsoparametric Overload
Rhino.Geometry Namespace