<-Back

Function: Generate-Single-View-Drawing

generate-single-view-drawing create a standalone drawing from objects or object-roots with various output formats

.

objects:
- List of GDL objects to draw directly
object-roots:
- List of GDL objects whose leaves will be drawn
format:
- :svg, :pdf, :png, :jpeg
output-file:
- File path (if nil, auto-generated for non-SVG)
projection-vector:
- View direction keyword (:top, :front, :trimetric, etc.) or vector
border-box?:
- Draw border around view
background-color:
- Background color

<-Back