Unknown macro: {alias}
Name
pot — Polygon with tube
Syntax
pot [size ] [las] [col] [dra] [sav]
Description
Polygon display in tube mode.
Arguments
size
Unknown macro: {indent}
Size of tube.
las
Unknown macro: {indent}
Display also the last line in the cell connecting it back to the first point.
col [ran]
Unknown macro: {indent}
Draw the cells with color shift [at random].
sav
Unknown macro: {indent}
Save the diplayed version as active data.
Examples
Ex.1: Draw polygon tubes
z ;# Erase screen win demo ;# Get demo window (450000 460000 6450000 6460000 1000 4000) spe bgc whi ;# Specify background color to white mak ran 11 ;# Make 11 random points lin poi sav ;# Draw rods and save pot 5 ;# Polygon tube dra win ;# Draw window frame
The above example produces this image.
Draw polygon tubes
See also
cur - Curve display, dis - Display active dataset, tub - Tube generation
Unknown macro: {pagebreak}