get_offsets_by_spots#

SamplingPoint.get_offsets_by_spots(spots=(Spot.BOTTOM, Spot.MIDDLE, Spot.TOP), core_scale_factor=1.0)#

Access the y coordinates of the selected spots (interfaces) for each ply.

Parameters:
  • spots (Collection[Spot], default: (<Spot.BOTTOM: 1>, <Spot.MIDDLE: 2>, <Spot.TOP: 3>)) – Collection of spots.

  • core_scale_factor (float, default: 1.0) – Factor for scaling the thickness of core plies.

Return type:

ndarray[Any, dtype[float64]]