Description:

Tests if a surface parameter value is at a singularity.

Syntax:
public bool IsAtSingularity(
double u,
double v,
bool exact
)
Parameters:
  • u
  • Type: double
  • Surface u parameter to test.
  • v
  • Type: double
  • Surface v parameter to test.
  • exact
  • Type: bool
  • If true, test if (u,v) is exactly at a singularity. If false, test if close enough to cause numerical problems.
Returns:
Type: bool
True if surface is singular at (s,t)
Available since:
5.0

/
/
/
IsAtSingularity

IsAtSingularity method

Class:  Rhino.Geometry.Surface

Nothing found