M_Rhino_Geometry_Surface_IsContinuous - mcneel/rhinocommon-api-docs GitHub Wiki
Tests continuity at a surface parameter value.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IsContinuous(
Continuity continuityType,
double u,
double v
)
VB
Public Function IsContinuous (
continuityType As Continuity,
u As Double,
v As Double
) As Boolean
- continuityType
- Type: Rhino.Geometry.Continuity
The continuity type to sample. - u
- Type: System.Double
Surface u parameter to test. - v
- Type: System.Double
Surface v parameter to test.
Type: Boolean
true if the surface has at least the specified continuity at the (u,v) parameter.
Supported in: 6.0.16224.21491, 5D58w