Click or drag to resize

SurfaceIsContinuous Method

Tests continuity at a surface parameter value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsContinuous(
	Continuity continuityType,
	double u,
	double v
)

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: Boolean
true if the surface has at least the specified continuity at the (u,v) parameter.
See Also