edges

edges

The edges module is similar to the external edges module in that it produces a wireframe representation of the nodal data making up an unstructured cell data mesh. There is however, no adjustment of edge angle and therefore only allows viewing of all grid boundaries (internal AND external) of the input mesh. The edges module is useful in that it is able to render lines around adaptive gridding locations whereas external edges does NOT render lines around this portion of the grid.

Ports

DirectionNameTypeDescription
InputInput FieldFieldThe main input field.
OutputOutput FieldFieldThe field with selected data.
OutputOutput ObjectRenderableA renderable object displaying the selected data.

Properties

PropertyTypeDescription
Color ByChoice: Nodal Data, Solid ColorThe Color By choice allows the user to select how to color the output edges.
Nodal Data ComponentChoiceIf Nodal Data is selected in the Color By choice, the Nodal Data Component will allow the user to select the data component to color by.
Object ColorColorIf Solid Color is selected in the Color By choice, the Object Color allows the user to set the color of the output edges.
Vector ComponentIntegerIf the selected Color By component is a nodal data component in a vector form, the Vector Component will allow the user to select to color by the entire vector (-1) or a single component of the vector.
Use Vector MagnitudeBooleanIf the Use Vector Magnitude toggle is selected then the selected nodal component will be treated as a vector and the magnitude of that vector used to create the output datamap.