create_mesh_from_topology_and_basemesh
- compas_tno.utilities.create_mesh_from_topology_and_basemesh(meshtopology, mesh_base)[source]
Create a mesh based on a given topology and the heights based in a base mesh (usually denser).
- Parameters
meshtopology (compas_tno.diagrams.FormDiagram) – Topology that is intended to keep
mesh_base (mesh) – Mesh usually denser to use as base to interpolate the heights
- Returns
obj – Mesh.