GEOMETRY commands


PROGRAM NAME

gtubeness - Replace Lines with Tesselated Cylinders

DESCRIPTION

Filter for geometry objects in which line segments will be replaced with tubes. Non-line-segment primitives will be passed through unchanged.

Currently the only "cap_style" options that work are "None" and "Round caps".

REQUIRED ARGUMENTS

-i
type: infile
desc: Input geometry object.
-o
type: outfile
desc: Tube-ified geometry object

OPTIONAL ARGUMENTS

-scale
type: float
desc: A scalar which indicates the radius of the tube.
default: 0.1
bounds: value >= 0.0
-subdivisions
type: integer
desc: The number of sides for each tube will be 2^(subdivisions - 1).
default: 3
bounds: 2 < [-subdivisions] < 6
-cap_style
type: list
desc: A list of choices for possible methods for capping the tubes.
default: 1 "None"

EXAMPLES

SEE ALSO

RESTRICTIONS

REFERENCES

COPYRIGHT

Copyright (C) 1996,1997 , The Regents of the University of California. All rights reserved.