All Cadcorp SIS API Methods

CreateExtrusion Method

Description

Creates a Surface item by extruding current open Polygon or LineString items.

Syntax

Visual Basic
Public Function CreateExtrusion( _
   ByVal height As Double _
) As Integer

Parameters

height
The height to which to extrude the current open Polygon or LineString item (in metres).

Remarks

If a Group is open, then graphics are added to the Group, otherwise a new Item is created.

Available: GEO  OD SISpy

Group:

Example

sis.CreateExtrusion (20)