M_Rhino_Geometry_Surface_Extend - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.Extend Method

Extends an untrimmed surface along one edge.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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

Parameters

 

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.

Return Value

Type: Surface
New extended surface on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️