M_Rhino_Geometry_Surface_IsSingular - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.IsSingular Method

true if surface side is collapsed to a point.

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

Syntax

C#

public bool IsSingular(
	int side
)

VB

Public Function IsSingular ( 
	side As Integer
) As Boolean

Parameters

 

side
Type: System.Int32
side of parameter space to test 0 = south, 1 = east, 2 = north, 3 = west.

Return Value

Type: Boolean
True if this specific side of the surface is singular; otherwise, false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

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