Hello,
I have made some basic u3d files from Solid Edge models using Acrobat 3d Toolkit. These models should now be combined to create other models (for example, some of them represent pipings that have to be connected in different ways). I don't want to do all these combinations in Solid Edge and then convert them in u3d because the possible combinations are about 10000. All 10000 resulting u3d files should be then placed in different pdf files. Is there a way to combine the basic u3d files programmatically? I'm a Java programmer, so it would be great for me to find a way to create a Java program that manipulates the basic u3d files to create all the 10000 combinations. Is there a Java lib that manipulates u3d files? Is there another way to do this work?
Thank you