SPDX Documentation

Previous Page Next Page Table of Contents Partial Table of Contents Index Search

axes

Category

SPAPT

Function

Creates a cross hair set of 3D axes.

Syntax


Axes = axes(xmin, xmax, xtickdelta, ymin, ymax, ytickdelta, zmin, zmax, ztickdelta, labelsize);

Inputs
Name Type Default Description
xmin scalar none min of X-axis
xmax scalar none max of X-axis
xtickdelta scalar none interval of ticks
ymin scalar none min of Y-axis
ymax scalar none max of Y-axis
xtickdelta scalar none interval of ticks
zmin scalar none min of Z-axis
zmax scalar none max of Z-axis
ztickdelta scalar none interval of ticks
ticksize scalar none size of ticks
labelsize scalar 0.0 label scale factor

Outputs
Name Type Description
Axes group axis geometry

Functional Details



The following image is a portion of a network which illustrates the use of the axes module .

Example Network Portion

Example Visual Programs

4CutScalarPlanesLFMovie.net

See Also


[ OpenDX Home at IBM | OpenDX.org ]