CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 6638

CAD tip CAD tip # 3559:

   
Question CAD 
 %  platform  category 
Q - question

How to batch-render a series of views, scenes or files?

A - answer AutoCAD cannot render a queue like e.g. 3D Studio VIZ or MAX, but you can prepare a simple script or LISP program which renders a series of scenes. You can use e.g. the commands:
  
 
;;Switch rendering to file  
(c:rpref "DEST" "FILE")  
 
;;Set file type, resolution and color depth  
(c:rfileopt "TIFF" 1024 768 1.0 "C24")  
 
;;Set output file name and window coordinates  
(c:render "c:/renders/test1" "0,0" "1000,1000")  
(c:render "c:/renders/test2" "0,0" "800,800")  
...  
ACADADTMDT
100% *  CAD 
26.1.2004    13411×  
Prices - CAD eShop:
applies to: AutoCAD · AutoCAD Architecture · MDT ·

See also:
Tip 14027:3D heart from the heart.
Tip 13683:Limitations of the LISP language (AutoLISP, VisualLISP) in AutoCAD LT - what to watch out for
Tip 13557:How to create an image with transparent background in Fusion 360?
Tip 13539:Revit 2023.1 shows "Twinmotion is not installed"
Tip 13082:PDF published from AutoCAD shows blurred lines.


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Use Google Earth images in your AutoCAD projects with the Plex.Earth Tools More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist