M_Rhino_Geometry_Surface_IsContinuous - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.IsContinuous Method

Tests continuity at a surface parameter value.

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

Syntax

C#

public bool IsContinuous(
	Continuity continuityType,
	double u,
	double v
)

VB

Public Function IsContinuous ( 
	continuityType As Continuity,
	u As Double,
	v As Double
) As Boolean

Parameters

 

continuityType
Type: Rhino.Geometry.Continuity
The continuity type to sample.
u
Type: System.Double
Surface u parameter to test.
v
Type: System.Double
Surface v parameter to test.

Return Value

Type: Boolean
true if the surface has at least the specified continuity at the (u,v) parameter.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

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