RhinoCommon API
SurfaceExtend Method |
Extends an untrimmed surface along one edge.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Surface Extend( IsoStatus edge, double extensionLength, bool smooth )
Public Function Extend ( edge As IsoStatus, extensionLength As Double, smooth As Boolean ) As Surface
Parameters
- edge
- Type: Rhino.GeometryIsoStatus
Edge to extend. Must be North, South, East, or West. - extensionLength
- Type: SystemDouble
distance to extend. - smooth
- Type: SystemBoolean
true for smooth (C-infinity) extension. false for a C1- ruled extension.
Return Value
Type: SurfaceNew extended surface on success.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8