Description:

Tests if a surface parameter value is at a seam.

Syntax:
public int IsAtSeam(
double u,
double v
)
Parameters:
  • u
  • Type: double
  • Surface u parameter to test.
  • v
  • Type: double
  • Surface v parameter to test.
Returns:
Type: int
0 if not a seam, 1 if u == Domain(0)[i] and srf(u, v) == srf(Domain(0)[1-i], v) 2 if v == Domain(1)[i] and srf(u, v) == srf(u, Domain(1)[1-i]) 3 if 1 and 2 are true.
Available since:
5.0

IsAtSeam method

Class:  Rhino.Geometry.Surface

Nothing found