weldx.geometry.SpatialData#
- class weldx.geometry.SpatialData(coordinates, triangles=None, attributes=None, time=None)#
Represent 3D point cloud data with optional triangulation.
Methods
Create an instance from a file.
Triangulate rasterized Geometry Profile.
Get the xyz limits of the coordinates.
Plot the spatial data.
Write spatial data into a file.
Attributes
Return the list of array dimension besides the required 'c' dimension.
optional dictionary with additional attributes to store alongside data.
Return
True
if the coordinates are time dependent.The time axis if data is time dependent.
3D Array of triangulation connectivity.
3D array of point data.