I tried to change the shape visualization of an object, in my case a processor. The default would be
fs3d\Processor\Processor.3ds
How to change this if I already created the object with the code below?
Object ProcessorPath = createinstance(library().find("?Processor"), PlatformPath);
I tried using setobjectshapeindex but it failed. Thank you.