triangulation

marxs.visualization.x3d.triangulation(obj, display, *, scene)[source] [edit on github]

Plot a plane, e.g. an aperture with an inner hole.

Parameters:
objmarxs.base.MarxsElement

The element that should be plotted.

displaydict of None

Dictionary with display settings.

scenemarxs.visualization.x3d.Scene object

A scene that this object is added to. If None, a new scene will be created.

Returns:
scenemarxs.visualization.x3d.Scene object

Scene with object added.