triangulation

marxs.visualization.mayavi.triangulation(obj, display, viewer=None)[source] [edit on github]

Plot a plane with an inner hole such as an aperture.

Parameters:
objmarxs.base.MarxsElement

The element that should be plotted.

displaydict of None

Dictionary with display settings.

viewermayavi.core.scene.Scene instance.

If None, the source is not added to any figure, and will be added automatically by the modules or filters. If False, no figure will be created by modules or filters applied to the source: the source can only be used for testing, or numerical algorithms, not visualization.

Returns:
outmayavi object

Return the result of a mayavi plotting method.