M_Rhino_Geometry_Curve_IsContinuous - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.IsContinuous Method

Test continuity at a curve parameter value.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IsContinuous(
	Continuity continuityType,
	double t
)

VB

Public Function IsContinuous ( 
	continuityType As Continuity,
	t As Double
) As Boolean

Parameters

 

continuityType
Type: Rhino.Geometry.Continuity
Type of continuity to test for.
t
Type: System.Double
Parameter to test.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️