Home page

To search for luminaires select PRODUCTS and insert the reference, parts of the reference (e.g. D.30785.HQ26 or 30785.HQ) or the product name (e.g. yori, bisio); to search for tracks, mounting rails, accessories and optics select PRODUCTS and insert the reference or parts of the reference (e.g. 0.35081.0000 or 35081).

Xf-adsk 2023-x64 →

; Example AutoLISP code to create a circle (defun c:circleExample () (setq center (getpoint "Pick center of circle: ")) (setq radius (getreal "Enter radius of circle: ")) (command "._circle" center radius) )

Newsletter