CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 3559:

Question

CAD 
 %  platform  category 
A
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    14023×  
applies to: AutoCAD · AutoCAD Architecture · MDT ·

See also:
Tip 14509:AutoCAD linetypes - the A/R/U orientation options in complex text-linetypes.
Tip 14349:12 free material texture libraries for PBR rendering.
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?


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
  



Featuring:
Revit plugins for automating data management, opening creation for clashes, and documentation Be.Smart Core Collection More info


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