nb_display#

PostProcessor3D.nb_display(show_axis: bool = True, show_grid: bool = True, show_ruler: bool = True)#

Show the Jupyter Notebook display.

Note

.assign_curvature_extraction Jupyter Notebook is not supported by IronPython.

Parameters:
show_axisbool, optional

Whether to show the axes. The default is True.

show_gridbool, optional

Whether to show the grid. The default is True.

show_rulerbool, optional

Whether to show the ruler. The default is True.

Returns:
IPython.core.display.Image

Jupyter notebook image.

Examples

>>> from ansys.aedt.core.visualization.post.post_common_3d import PostProcessor3D
>>> obj = PostProcessor3D()
>>> obj.nb_display(show_axis=True, show_grid=True)