Label Axis - Generate 3D axis with tic marks and labels
Label Axis - Generate 3D axis with tic marks and labels
Name
Label Axis - Generate 3D axis with tic marks and labels
Summary
Name Label Axis
Type
Data Input
Inputs
NONE
Outputs
geometry
Parameters
Name Type Default Choices
Min X slider 0.00
Max X slider 5.00
Min Y slider 0.00
Max Y slider 5.00
Min Z slider 0.00
Max Z slider 5.00
Tic Size dial 0.1
Tic Frequency dial 1.0
X Labels toggle on off on
Y Labels toggle on off on
Z Labels toggle on off on
Description
The Label Axis module generates axes with tic marks and labels in
3D space. The axis can be generated with tic marks and tic labels
along each axis. This module very simular to the supported module
generate axis but porvides more flexibility and funcionality to the
user.
INPUTS
NONE
PARAMETERS
Min X (slider)
Sets the length of the X axis in the negative X direction.
Max X (slider)
Sets the length of the X axis in the positive X direction.
Min Y (slider)
Sets the length of the Y axis in the negative Y direction.
Max Y (slider)
Sets the length of the Y axis in the positive Y direction.
Min Z (slider)
Sets the length of the Z axis in the negative Z direction.
Max Z (slider)
Sets the length of the Z axis in the positive Z direction.
Tic Size (dial)
Sets the length of the tic marks along all axes. A value of
zero removes the tics.
Tic Frequency (dial)
Sets the frequency of the tic marks along all axes.
example:
If Tic Frequency is set to .5, then there will be
(max - min)/(tic frequency) tic marks along that
particular axis.
X Labels (toggle)
Turns of/off the numerical tic labels for the X axis.
Y Labels (toggle)
Turns of/off the numerical tic labels for the Y axis.
Z Labels (toggle)
Turns of/off the numerical tic labels for the Z axis.
OUTPUTS
Geometry (geometry)
The output is an AVS Geometry object.
Example networks
This example shows the output of animated float "wired" to the
parameter ports "level" of isosurface and "Value" of title. As
as animated float drives the isosurface module, the value is
reflected in the label object generated by title. This of
course assumes that there is a 'C' format specifier (%f) in the
title string.
LABEL AXIS READ GEOM
| |
| |
| |
----------------
|
|
GEOMETRY VIEWER
Related modules
generate axes
|