Anonymous
in reply to:
Anonymous
01-02-2017
10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-02-2017
10:20 AM
I debugged and find out that
"modelImagePath" variable is undefined in setup-sheet.cps (line: 574).
if (modelImagePath && properties.showModelImage) { <----line: 574
....
write("<td class=\"model\" align=\"" + alignment + "\"><img src=\"" + modelImagePath + "\"/></td>"); <----- So this line is never printed
}
Where is it defined? ( modelImagePath variabl)
Where I can find more documentation about setup sheet generation: how to access images, maybe get more images from all sides, etc.
I would like to write my own setup sheet to pdf.
Fusion