Category
Function
Draws the connective elements of a field.
Syntax
output = ShowConnections(input);
Inputs
Name | Type | Default | Description |
---|---|---|---|
input | field | none | field whose connection elements are to be shown. |
Outputs
Name | Type | Description |
---|---|---|
output | color field | renderable connections of input field |
Functional Details
This module creates a set of renderable lines representing the "connections" component of a specified input.
input | specifies the object whose connection elements are to be shown. |
Notes:
Components
Creates a new "connections" component and adds a "colors" component if the input does not already have one. Connection-dependent components are not propagated to the output; all other components are.
Example Visual Programs
SIMPLE/Refine.net ConnectingScatteredPoints.net ImportExternalFilter.net PlotLine.net Isolate.net UsingStreakline.net
See Also
Post, ShowBoundary, ShowBox, ShowPositions
[ OpenDX Home at IBM | OpenDX.org ]