weldx.geometry.Profile.rasterize

Profile.rasterize(raster_width, stack=True)

Rasterize the profile.

Parameters
  • raster_width – Distance between points for rasterization.

  • stack (bool) – hstack data into a single output array (default = True)

Returns

Raster data

Return type

numpy.ndarray or List[numpy.ndarray]