RhinoCommon API
SurfaceIsContinuous Method |
Tests continuity at a surface parameter value.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool IsContinuous( Continuity continuityType, double u, double v )
Public Function IsContinuous ( continuityType As Continuity, u As Double, v As Double ) As Boolean
Parameters
- continuityType
- Type: Rhino.GeometryContinuity
The continuity type to sample. - u
- Type: SystemDouble
Surface u parameter to test. - v
- Type: SystemDouble
Surface v parameter to test.
Return Value
Type: Booleantrue if the surface has at least the specified continuity at the (u,v) parameter.
