Dylan
unread,Jul 12, 2025, 9:40:30 AMJul 12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@googlegroups.com
Hi,
Is there an "empty model" available analogous to an empty list ( [] )?
Currently I have something like:
obj = cube(0.01)
for o in object_list:
obj |= o
It would, however, be better to not have that tiny cube in the first place.
Thanks
Dylan