M_Rhino_Geometry_Surface_IsAtSeam - mcneel/rhinocommon-api-docs GitHub Wiki
Tests if a surface parameter value is at a seam.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int IsAtSeam(
double u,
double v
)
VB
Public Function IsAtSeam (
u As Double,
v As Double
) As Integer
- u
- Type: System.Double
Surface u parameter to test. - v
- Type: System.Double
Surface v parameter to test.
Type: Int32
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.
Supported in: 6.0.16224.21491, 5D58w