ExtrusionWallSurface Method |
Gets one of the longitudinal surfaces of the extrusion.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Surface WallSurface(
ComponentIndex ci
)
Public Function WallSurface (
ci As ComponentIndex
) As Surface
Parameters
- ci
- Type: Rhino.GeometryComponentIndex
The index specifying which precise item to retrieve.
Return Value
Type:
SurfaceThe surface.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also