Curve.IsContinuous Method

CurveIsContinuous Method

Test continuity at a curve parameter value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsContinuous(
	Continuity continuityType,
	double t
)
Public Function IsContinuous ( 
	continuityType As Continuity,
	t As Double
) As Boolean

Parameters

continuityType
Type: Rhino.GeometryContinuity
Type of continuity to test for.
t
Type: SystemDouble
Parameter to test.

Return Value

Type: Boolean
true if the curve has at least the c type continuity at the parameter t.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also