You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list of vertices, represented by their XYZ coordinates, or a dictionary of vertex keys pointing to their XYZ coordinates.
624
+
A list of vertices, represented by their XYZ coordinates,
625
+
or a dictionary of vertex keys pointing to their XYZ coordinates.
625
626
faces : list, dict
626
-
A list of faces, represented by a list of indices referencing the list of vertex coordinates, or a dictionary of face keys pointing to a list of indices referencing the list of vertex coordinates.
627
+
A list of faces, represented by a list of indices referencing the list of vertex coordinates,
628
+
or a dictionary of face keys pointing to a list of indices referencing the list of vertex coordinates.
0 commit comments