Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Name

c3d — Contour with 3D surfaces

Syntax

c3d i | v | s | n | l [col] [map] [csh] [sav] [bsu] [bou] [nor] [eli limit]

Description

Map 3D grid (cube) with contour surfaces representing the same iso value.

Arguments

i increment

Unknown macro: {indent}

Enter increment value

v _c_val1_ [_c_val2_ _c_val3_ ...]

Unknown macro: {indent}

Enter distinct contour level values

s start increment stop

Unknown macro: {indent}

Enter start increment stop values

n number_of_levels

Unknown macro: {indent}

Enter number_of_levels

col [red | gre |...]

Unknown macro: {indent}

Use the same colour [red | gre |...] on all surfaces.

map

Unknown macro: {indent}

Map the iso surfaces wth the map command.

csh

Unknown macro: {indent}

Color the iso surfaces with shifting colors.

sav

Unknown macro: {indent}

Color the iso surfaces with shifting colors.

csh

Unknown macro: {indent}

Surface(s) will be saved in ^c3d0, ^c3d1, ^c3d2, ....

bsu

Unknown macro: {indent}

Boundary surface around defined data.

nor

Unknown macro: {indent}

Smooth display with normal (Gouraud) vectors.

eli limit

Unknown macro: {indent}

Eliminate isosurfaces with number of points lower than limit.

Examples

Ex.1: Contouring of 3d surfaces in a cube

        # generate cube and display 3D contours
        mak ran 11   ;#  make 11 random points
        gr3 12 12 12 ;#  make cube of dimension 12 x 12 x 12
        dis opa .3   ;#  display cube with opacity .3
        c3d n 4      ;#  contour 4 iso surfaces

The above example produces this image.


3D contours in a cube

See also

acm - Color band mapping, ima sla, sma, map

  • No labels