Click or drag to resize

SurfaceExtend Method (IsoStatus, Double, Boolean)

Extends an untrimmed surface along one edge.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Surface Extend(
	IsoStatus edge,
	double extensionLength,
	bool smooth
)

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: Surface
New extended surface on success.
See Also