weldx.Profile.rasterize#

Profile.rasterize(raster_width, stack=True)#

Rasterize the profile.

Parameters:
  • raster_width (Quantity) – Distance between points for rasterization.

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

Returns:

Raster data

Return type:

Union[pint.Quantity, List[pint.Quantity]]