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
)
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.
See Also