Hi,
Does shapediver have a function that is similar to a block in Rhino? An example application is if I use the same object 10 times in a model it only loads the geometry for one but displays 10?
hi @kristian we do have a C# script that can help you to optimize your model. You just need to give a base geometry and a list of transformations. This script should be applied at the end of the definition before inputting the geometry into the ShapeDiverDisplayGeometry
component.
In ShapeDiver, we will upload just that single model and then apply the trasnformations in the viewer.
This file contains a simple example with the C# script: transformationsC#.gh (25.1 KB)
3 Likes