Return to Statement


Extruded Solid Example

Demonstrates creating an extruded solid from a series of curves. The program allows the curves to be selected interactively, then sweeps them along the ZC axis at a distance of 2.

$$
$$ Declarations
$$
ENTITY/OBJ(100),SOLID1
REJECT1:
IDENT/'PICK CURVES',OBJ,CNT,NUM,RSP
JUMP/REJECT1:,TERM:,,RSP
$$
$$ Geometry Definition
$$
SOLID1 = SOLEXT/OBJ(1..NUM),HEIGHT,2,AXIS,0,0,1
TERM:HALT


Curves Swept Along ZC Axis to Form Extruded Solid