Rhino for Mac 5.1
Test continuity at a curve parameter value.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic 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.
See Also