M_Rhino_Geometry_Surface_IsSingular - mcneel/rhinocommon-api-docs GitHub Wiki
true if surface side is collapsed to a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IsSingular(
int side
)
VB
Public Function IsSingular (
side As Integer
) As Boolean
- side
- Type: System.Int32
side of parameter space to test 0 = south, 1 = east, 2 = north, 3 = west.
Type: Boolean
True if this specific side of the surface is singular; otherwise, false.
Supported in: 6.0.16224.21491, 5D58w