API for Instances
pciccone
Posts: 661
Hello.
I was hoping that the new instances were transparent at the API level but apparently it's not so. I added a torus and created two node instances from it and Reality does not see those. Can anybody outline what is the suggested API workflow when dealing with instances?
Thanks in advance.
Comments
Instances are encapsulated by the DzAbstractShapeInstance class. DzShape has a list of them. The basic work flow for export for Reality would probably be:
Thank you very much.