CAD FORUM - TIPS & TRICKS | UTILITIES | DISCUSSION | BLOCKS | SUPPORT | HELP & ASSISTANCE
Over 1.120.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.variables
CAD tip # 3559:
Question
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
26.1.2004
14383×
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

What is the ARKANCE Community?