M_Rhino_Geometry_Surface_Extend - mcneel/rhinocommon-api-docs GitHub Wiki
Extends an untrimmed surface along one edge.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Surface Extend(
IsoStatus edge,
double extensionLength,
bool smooth
)
VB
Public Function Extend (
edge As IsoStatus,
extensionLength As Double,
smooth As Boolean
) As Surface
- edge
- Type: Rhino.Geometry.IsoStatus
Edge to extend. Must be North, South, East, or West. - extensionLength
- Type: System.Double
distance to extend. - smooth
- Type: System.Boolean
true for smooth (C-infinity) extension. false for a C1- ruled extension.
Type: Surface
New extended surface on success.
Supported in: 6.0.16224.21491, 5D58w