Expand description
The blueprint-specific archetypes.
Modulesยง
- background ๐
- container_
blueprint ๐ - dataframe_
query ๐ - entity_
behavior ๐ - force_
center ๐ - force_
link ๐ - force_
many_ ๐body - force_
position ๐ - line_
grid3d ๐ - map_
background ๐ - map_
zoom ๐ - near_
clip_ ๐plane - panel_
blueprint ๐ - plot_
legend ๐ - scalar_
axis ๐ - tensor_
view_ ๐fit - view_
blueprint ๐ - view_
contents ๐ - viewport_
blueprint ๐ - visible_
time_ ๐ranges - visual_
bounds2d ๐ - visualizer_
overrides ๐
Structsยง
- Archetype: Configuration for the background of a view.
- Archetype: The description of a container.
- Archetype: The query for the dataframe view.
- Archetype: General visualization behavior of an entity.
- Archetype: Tries to move the center of mass of the graph to the origin.
- Archetype: Resolves collisions between the bounding circles, according to the radius of the nodes.
- Archetype: Aims to achieve a target distance between two nodes that are connected by an edge.
- Archetype: A force between each pair of nodes that ressembles an electrical charge.
- Archetype: Similar to gravity, this force pulls nodes towards a specific position.
- Archetype: Configuration for the 3D line grid.
- Archetype: Configuration for the background map of the map view.
- Archetype: Configuration of the map view zoom level.
- Archetype: Controls the distance to the near clip plane in 3D scene units.
- Archetype: Shared state for the 3 collapsible panels.
- Archetype: Configuration for the legend of a plot.
- Archetype: Configuration for the scalar axis of a plot.
- Archetype: Configures how tensor scalars are mapped to color.
- Archetype: Specifies a 2D slice of a tensor.
- Archetype: Configures how a selected tensor slice is shown on screen.
- Archetype: The description of a single view.
- Archetype: The contents of a
View
. - Archetype: The top-level description of the viewport.
- Archetype: Configures what range of each timeline is shown on a view.
- Archetype: Controls the visual bounds of a 2D view.
- Archetype: Override the visualizers for an entity.