M_Rhino_Geometry_Surface_IsAtSingularity - mcneel/rhinocommon-api-docs GitHub Wiki
Tests if a surface parameter value is at a singularity.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IsAtSingularity(
double u,
double v,
bool exact
)
VB
Public Function IsAtSingularity (
u As Double,
v As Double,
exact As Boolean
) As Boolean
- u
- Type: System.Double
Surface u parameter to test. - v
- Type: System.Double
Surface v parameter to test. - exact
- Type: System.Boolean
If true, test if (u,v) is exactly at a singularity. If false, test if close enough to cause numerical problems.
Type: Boolean
true if surface is singular at (s,t)
Supported in: 6.0.16224.21491, 5D58w