PolygonObject.make_buffer_from_data
- PolygonObject.make_buffer_from_data(data)[source]
Create buffers from point/line/face data.
- Parameters:
- datatuple[list[
compas.geometry.Point
], list[compas.colors.Color
], list[int]] Contains positions, colors, elements for the buffer.
- datatuple[list[
- Returns:
- buffer_dictdict[str, Any]
A dict with created buffer indexes.