ryandias
Automotive
- Jul 28, 2006
- 197
So i am trying to create a rendering in solid edge by entering data in a table in MS excel.
I have written the script to position all the components as necessary, but now need to make Solid Edge 18, Save As Image.
I have a variable name for the Jpg file and don't know how to call the function? Anyone know??
some examples of code i used to move parts is
Call objTemp.Move(Information(i, 3) / 1000, Information(i, 4) / 1000, 0)
and to add parts
Set objTemp = objOccurrences.AddByFilename(Information(i, 2))
I have written the script to position all the components as necessary, but now need to make Solid Edge 18, Save As Image.
I have a variable name for the Jpg file and don't know how to call the function? Anyone know??
some examples of code i used to move parts is
Call objTemp.Move(Information(i, 3) / 1000, Information(i, 4) / 1000, 0)
and to add parts
Set objTemp = objOccurrences.AddByFilename(Information(i, 2))