@pagarcia wrote:
Hi,
In my plugin I'd need to have an array of double arrays of variable size, as part of my custom user data. I was using
ON_SimpleArray<ON_SimpleArray<double>>
, though this cannot be read/written to file byON_BinaryArchive
.Is there a way to create such an array and store it as user data? In other frameworks I used
double**
, but in the Rhino SDK I'm not sure about how to properly declare and free it within the command.Many thanks,
Pablo
Posts: 3
Participants: 2