M_Rhino_Geometry_Curve_IsContinuous - mcneel/rhinocommon-api-docs GitHub Wiki
Test continuity at a curve parameter value.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IsContinuous(
Continuity continuityType,
double t
)
VB
Public Function IsContinuous (
continuityType As Continuity,
t As Double
) As Boolean
- continuityType
- Type: Rhino.Geometry.Continuity
Type of continuity to test for. - t
- Type: System.Double
Parameter to test.
Type: Boolean
true if the curve has at least the c type continuity at the parameter t.
Supported in: 6.0.16224.21491, 5D58w