weldx.visualization.k3d_impl.limited_plot

weldx.visualization.k3d_impl.limited_plot(limits=None)

Get a new k3d.plot with its limits set.

Parameters

limits (Union[List[Tuple[float, float]], Tuple[float, float], None]) – Either a single tuple of two float values that specifies the minimum and maximum value of all 3 axis or a list containing 3 tuples to specify the limits of each axis individually. If None is passed, the limits will be set automatically.

Returns

New plot instance

Return type

k3d.plot