rectangular_topology

compas_tno.shapes.rectangular_topology(x, y)[source]

Draw the vertices position and dictionary for a rectangular base besh

Parameters
  • x (list) – List with the x-coordinates required for the mesh

  • y (list) – List with the y-coordinates required for the mesh

Returns

  • xi (list) – List with the x-coordinate of the vertices.

  • yi (list) – List with the y-coordinate of the vertices.

  • faces_i (list of lists) – Lists with the connectivity required to create the mesh.