Description:

Extends a curve on a surface.

Syntax:
public Curve ExtendOnSurface(
CurveEnd side,
BrepFace face
)
Parameters:
  • side
  • Type: CurveEnd
  • The end of the curve to extend.
  • face
  • Type: BrepFace
  • BrepFace that contains the curve.
Returns:
Type: Curve
New extended curve result on success, None on failure.
Available since:
5.0

Description:

Extends a curve on a surface.

Syntax:
public Curve ExtendOnSurface(
CurveEnd side,
Surface surface
)
Parameters:
  • side
  • Type: CurveEnd
  • The end of the curve to extend.
  • surface
  • Type: Surface
  • Surface that contains the curve.
Returns:
Type: Curve
New extended curve result on success, None on failure.
Available since:
5.0

/
/
/
ExtendOnSurface

ExtendOnSurface method

Class:  Rhino.Geometry.Curve

Nothing found