ObjectProfile / Roassal3

The Roassal Visualization Engine
MIT License
95 stars 52 forks source link

Add API method to create composite shapes #592

Closed jordanmontt closed 10 months ago

jordanmontt commented 10 months ago

In the class RSComposite it exists the API method #models:box:label:that allows to create a RSGroup of boxes and shapes for a given model. The problem is that the method will always use the same box and label. This PR adds another API method that allows to set a different box and label to each of the models.

akevalion commented 10 months ago

Tu for pr

jordanmontt commented 10 months ago

Thanks to you!