place glyph

place glyph

The place glyph module is used to place a single scalable geometric object (glyph) at an interactively determined location. The glyph can be generated internally (sphere, cube, cone, etc.), imported via the Input Glyph port, or represented as a directed line. The position, scale, and orientation of the glyph are fully controllable through the module properties.

Ports

DirectionNameTypeDescription
InputInput FieldFieldThe input field used to set the coordinate range of the place glyph.
InputInput GlyphFieldThe input field containing the glyph to place.
InputInput Z ScaleNumberThe factor for vertical scaling.
OutputOutput FieldFieldThe main output field with glyph in the selected position.
OutputOutput Z ScaleNumberThe factor for vertical scaling.
OutputOutput ObjectRenderableA renderable object displaying the positioned glyph.

Properties

PropertyTypeDescription
Allow RunBooleanDetermines whether the module is allowed to execute.
ExecuteButtonAccept all values and places glyphs.
Z ScaleDoubleZ scale is the scaling factor for vertical (z) coordinates and assures that glyphs remain properly positioned with varying Z Scales.
Glyph ScaleDoubleThe Glyph Scale value is used to scale the glyph in all directions.
X PositionDoubleSets the X Position of the output glyph.
Y PositionDoubleSets the Y Position of the output glyph.
Z PositionDoubleSets the Z Position of the output glyph.
Include Center DataBooleanThe Include Center Data toggle will tell the module to include the center point of each glyph as a cell data component. This allows the user to probe onto the glyph and return its center instead of the position on the outside of the glyph.

Glyph Settings

PropertyTypeDescription
Glyph TypeChoice: Generated, Input Glyph, Directed LineThe Glyph Type choice allows the user to select the source for the created glyph. Both the Generated and Directed Line options are created internally. The Input Glyph option requires the Input Glyph port to be connected.
Include Glyph DataBooleanThe Include Glyph Data will notify the module to keep data from the Input Glyph field as data for the output.
Generated GlyphChoice: Sphere, Cube, Cone, Cylinder, Polygon, DiskThe Generated Glyph choice allows the user to select the type of glyph that is automatically generated.
Sphere SubdivisionsIntegerThe number of subdivisions to use for spheres. Larger numbers create more detailed sphere representations.
Glyph ResolutionIntegerThe resolution for generated cone, polygon, cylinder, and disk glyphs.
Primary Axis FactorDoubleThe scale factor for the primary axis of the glyph.
Secondary Axis FactorDoubleThe scale factor for the secondary axis of the glyph.
Heading DipDoubleThe Heading and Dip values are used to align the glyphs to a constant orientation.
RollDoubleThe roll of the glyph along its primary axis.