vis_var_sec#

opstool.preprocessing.vis_var_sec(sec_meshes, path, n_sec, on_notebook=False, show_outline=True)[source]#

Visualize varied section meshes.

Parameters#

sec_mesheslist

_description_

pathlist

Coordinate path of section normal, such as [(x1, y1, z1), (x2, y2, z2), … , (xn, yn, zn)].

n_secfloat

The number of sections within each line segment between two coords in Arg path.

on_notebookbool, optional, by default False

If True, display on the notebook.

show_outline: bool, optional, by default False

If True, display bound outline.