Description:

Change the seam of a closed trimmed surface.

Syntax:
public static Brep ChangeSeam(
BrepFace face,
Int32 direction,
Double parameter,
Double tolerance
)
Parameters:
  • face
  • Type: BrepFace
  • A Brep face with a closed underlying surface.
  • direction
  • Type: System.Int32
  • The parameter direction (0 = U, 1 = V). The face's underlying surface must be closed in this direction.
  • parameter
  • Type: System.Double
  • The parameter at which to place the seam.
  • tolerance
  • Type: System.Double
  • Tolerance used to cut up surface.
Returns:
Type: Brep
A new Brep that has the same geometry as the face with a relocated seam if successful, or None on failure.
Available since:
6.4

ChangeSeam method

Class:  Rhino.Geometry.Brep

Nothing found