weldx.visualization.k3d_impl.CoordinateSystemManagerVisualizerK3D#

class weldx.visualization.k3d_impl.CoordinateSystemManagerVisualizerK3D(csm, coordinate_systems=None, data_sets=None, colors=None, reference_system=None, title=None, limits=None, time=None, time_ref=None, show_data_labels=True, show_labels=True, show_origins=True, show_traces=True, show_vectors=True, show_wireframe=True)#

Visualizes a weldx.transformations.CoordinateSystemManager using k3d.

Create a CoordinateSystemManagerVisualizerK3D.

Parameters

Methods

set_data_visualization_method

Set the data visualization method.

show_data_labels

Set the visibility of data labels.

show_labels

Set the visibility of the coordinate systems' labels.

show_origins

Set the visibility of the coordinate systems' origins.

show_traces

Set the visibility of coordinate systems' traces.

show_vectors

Set the visibility of the coordinate axis vectors.

show_wireframes

Set if meshes should be drawn in wireframe mode.

update_reference_system

Update the reference system of the plot.

update_time_index

Update the plotted time by index.

Attributes

grid

Return the plot grid bounding box in (x0, y0, z0, x1, y1, z1) format.