shrink cells

shrink cells

The shrink cells module produces a mesh containing disjoint cells which can be optionally shrunk relative to their geometric centers. It creates duplicate nodes for all cells that share the same node, making them disjoint. If the Shrink Cells toggle is set, the module computes new coordinates for the nodes based on the specified scale factor (which specifies the scale relative to the geometric centers of each cell). The scale factor can vary from 0 to 100 percent, with 100 percent producing non-shrunk cells and 0 producing completely collapsed cells (points). This module is useful for separate viewing of cells comprising a mesh.

Ports

DirectionNameTypeDescription
InputInput FieldFieldA field to shrink or disjoint.
OutputOutput FieldFieldA field containing the shrunk and/or disjointed field.
OutputOutput ObjectRenderableA renderable object displaying the shrunk and/or disjointed field.

Properties

PropertyTypeDescription
Allow RunBooleanThis toggle can prevent the module from running. Allowing the user to make changes to large data sets without waiting for updates.
ExecuteButtonIf Allow Run is turned off the Execute button will force the module to run once with the current settings.
Shrink CellsBooleanThe shrink toggle, if off, results in an output mesh which contains disjoint cells with the same coordinates as the input mesh. If set on, the module computes new coordinates for the nodes based on the shrink factor that specifies the scale relative to the geometric centers of each cell.
Scale FactorDoubleThe Scale Factor slider is used to adjust the sizes of the cells. The scale factor value specifies the scale relative to the geometric centers of each cell.