CapPlanarHoles

Caps planar holes in a surface or polysurface. For more details, see the Cap command in the Rhino help file.

Syntax

rhinoscriptsyntax.CapPlanarHoles (surface_id)

rhinoscript.surface.CapPlanarHoles (surface_id)

Parameters

surface_id

Required.  String or Guid.  The identifier of the surface or polysurface to cap.

Returns

Boolean

True or False indicating success or failure.

Example

import rhinoscriptsyntax as rs

surface = rs.GetObject("Select surface or polysurface to cap", rs.filter.surface | rs.filter.polysurface)

if surface: rs.CapPlanarHoles( surface )

Also See

ExtrudeCurve

ExtrudeCurvePoint

ExtrudeCurveStraight

ExtrudeSurface