Skip to content

M_Rhino_Geometry_Extrusion_WallSurface

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Extrusion.WallSurface Method

Gets one of the longitudinal surfaces of the extrusion.

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

Syntax

C#

public Surface WallSurface(
	ComponentIndex ci
)

VB

Public Function WallSurface ( 
	ci As ComponentIndex
) As Surface

Parameters

 

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

Return Value

Type: Surface
The surface.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Extrusion Class
Rhino.Geometry Namespace

Clone this wiki locally