M_Rhino_Geometry_Surface_IsIsoparametric_1 - 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
)
VB
Public Function IsIsoparametric (
curve As Curve
) As IsoStatus
- curve
- Type: Rhino.Geometry.Curve
Curve to test.
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