Shape.from_pointcloud

classmethod Shape.from_pointcloud(intrados_pts, extrados_pts, middle_pts=None, data={'t': 0.0, 'type': 'general'})

Construct a Shape from a pointcloud.

Parameters
  • intrados_pts (list) – List of points collected in the intrados.

  • extrados_pts (list) – List of points collected in the extrados.

  • middle_pts (list, optional) – List of points collected in the middle. The default value is None, in which case no middle surface is connstructed

  • data (dict (None)) – Dictionary with the data in required.

Returns

Shape – A Shape object.