Raster Autocad Official
;;; Alternative: Create 3D Raster Surface using 3DFACE (defun c:RASTER3D (/ p1 p2 width height rows cols x-spacing y-spacing i j x-pos y-pos z-base z-var pt-grid) (setvar "cmdecho" 0) (command "_.UNDO" "_BEGIN")
A grid of dots or pixels. Common examples include scanned paper drawings, aerial photos, or TIFF/JPEG files. In AutoCAD, these are treated as "objects" that can be referenced into a DWG file. 2. The Power of the AutoCAD Raster Design Toolset raster autocad
(defun c:RASTERGRID (/ p1 p2 width height rows cols x-spacing y-spacing i j x-pos y-pos pt-list point-obj total-points) (setvar "cmdecho" 0) (command "_.UNDO" "_BEGIN") ;;; Alternative: Create 3D Raster Surface using 3DFACE