rotation A relative rotation, in degrees, from the default orientation. (The default orientation is the one in which the first ribbon drawn is oriented in the direction of the normal vector.)
scalar_set A collection of sources of scalar data to merge with each ribbon in the tube. The nth member of this collection is used to color the nth side of the tube (with the obvious modulo-wrap-around semantics). A null string as one of the members indicates that the default scalar values from the data_in should be used for that side of the tube.
stretch_factor The factor by which to stretch the tube in the stretch_direction (see stretch_angle below). A non- unity value causes the tube's cross section to become more "elliptical". The default value is 1.0.
stretch_angle Indicates the direction, via angle relative to the normal, in which to stretch the cross section of the tube by the stretch_factor.
num_sides[=+?] Set, increment, or query the number of sides of the tube.
rotation[=+?] Set, increment, or query the relative rotation of the tube.
scalar_set[=+-?] Standard collection messages.
othermessages Any message related to offset ribbons is forwarded directly to its ribbon rilter.
contour_filter new:cf range=(.01,.03) data_in=case1_geo num_divisions=10;
tube_filter new:rf num_sides=5; start_radius=1.0; vary_radius_inverse!; data_in=cf;
surface new:surf1 data_in=rf;