Click or drag to resize

ExtrusionWallSurface Method

Gets one of the longitudinal surfaces of the extrusion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Surface WallSurface(
	ComponentIndex ci
)

Parameters

ci
Type: Rhino.GeometryComponentIndex
The index specifying which precise item to retrieve.

Return Value

Type: Surface
The surface.
See Also