container¶
- marxs.visualization.x3d.container(obj, display=None, *, scene=None)[source]¶
Recursively plot objects contained in a container.
Parameters¶
- obj
marxs.base.MarxsElement The element that should be plotted.
- displaydict of None
Dictionary with display settings.
- scene
marxs.visualization.x3d.Sceneobject A scene that this object is added to. If
None, a new scene will be created.
Returns¶
- scene
marxs.visualization.x3d.Sceneobject Scene with object added.
- obj