CIBC:Documentation:SCIRun:Reference:SCIRun:ShowLinePath
Contents |
ShowLinePath
Information
- Package: SCIRun
- Catagory: Visualization
- Author(s): Burak Erem
- Status: Supported in latest version
- Version: 4.6
Description
Summary
Shows a sequence of points, with coordinates in 3 dimensions, as a linearly interpolated curve.
Detailed Description
The module expects a colormap as input to the �TransitionColor� port, which it applies to the curve visualization in order to represent the direction of increase in point indices. The module expects a colormap scaled from -1 to 1, applying the corresponding colors linearly increasing from the first point index in the sequence until the last.
For a sequence with N>1 points, the module expects the matrix input port named �PointPath� to be supplied a matrix of dimensions Nx3 or 3xN. If the dimensions are incorrect, the module will return an error with a message reporting this fact.
This module can be used together with the �ShowPointPath� module, which explicitly shows each point in the sequence as a sphere at the appropriate location.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun