Click or drag to resize

CurveIsContinuous Method

Test continuity at a curve parameter value.

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

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.
See Also