gustaf.create.faces.edges_as_quad# gustaf.create.faces.edges_as_quad(edges, scaled_normals)[source]# Expands edges to hexa with given scaled_normals. Parameters: edges (Edges) – (n, d) vertices, (m, 2) edges scaled_normals ((n, d) np.ndarray) – Values will be used to subtract/add to existing vertices. Returns: expanded Return type: Faces