fedoo.Mesh.as_3d

Mesh.as_3d(inplace: bool = False) Mesh

Return a view of the current mesh in 3D.

This method truncate or add zeros to the nodes list to force a 3d mesh. It is equivalent to: mesh.as_ndim(3).

If inplace is True (default=False), the current mesh is modified.