surface¶
- marxs.visualization.x3d.surface(obj, display, *, scene)[source]¶
Plot a parametric surface.
The parameter boundaries are taken from the
coo1andcoo2in the display dictionary. The plotting routine is generic. It calls theparametric_surface()method of the object that is plotted; see there for a detailed description of parameters.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