create_mesh_from_topology_and_pointcloud

compas_tno.utilities.create_mesh_from_topology_and_pointcloud(topology, pointcloud, isnan_height=0.0, cls=None)

Create a mesh based on a given topology and the heights based in a pointcloud.

Parameters:
topologyFormDiagram

Topology that is intended to keep

pointcloudlist[point]

Mesh usually denser to use as base to interpolate the heights

isnan_heightbool, optional

Value if the height is nan, by default is 0.0

Returns:
obj

Mesh.