Everything else
Mechanical Link
- Bounding box
- 230.0 × 30.0 × 12.0 mm
- Engine
- Precision B-rep
- Parameters
- 5
- Published
- September 8, 2026
Download
Free to download and use. See the terms.
The prompt
(defun c:DRAW_LINK () ;; Set units and precision (setvar "LUNITS" 2) (setvar "LUPREC" 2) ;; Drawing Parameters (setq C 200.0) ; Center-to-center distance (setq b 30.0) ; Link width (setq t_th 12.0) ; Link thickness (setq dh 12.5) ; Hole diameter (setq R 15.0) ; End radius (b / 2) (setq e 20.0) ; End distance ;; Base Insertion Point (Center of left hole for Front View) (setq pt1 '(100.0 100.0 0.0)) (setq pt2 (list (+ (car pt1) C) (cadr pt1) 0.0)) ;; --- FRONT VIEW --- ;; Draw Holes (command "_CIRCLE" pt1 "D" dh) (command "_CIRCLE" pt2 "D" dh) ;; Draw Outer Boundary (Rounded Link) (setq top_left (list (car pt1) (+ (cadr pt1) R) 0.0)) (setq top_right (list (car pt2) (+ (cadr pt2) R) 0.0)) (setq bot_left (list (car pt1) (- (cadr pt1) R) 0.0)) (setq bot_right (list (car pt2) (- (cadr pt2) R) 0.0)) (command "_LINE" top_left top_right "") (command "_LINE" bot_left bot_right "") (command "_ARC" top_left "_E" bot_left "_R" R) (command "_ARC" bot_right "_E" top_right "_R" R) ;; --- TOP VIEW --- (setq gap 60.0) ; Distance between views (setq top_y (- (cadr pt1) gap)) (setq bot_y (- top_y t_th)) (setq tv_x1 (- (car pt1) R)) (setq tv_x2 (+ (car pt2) R)) ;; Top View Outer Rectangle (command "_RECTANGLE" (list tv_x1 top_y 0.0) (list tv_x2 bot_y 0.0)) (princ "\nMechanical Link drawn successfully!") (princ) )
Parameters
| Name | Value | Range |
|---|---|---|
| Center-to-Center Distance | 200 mm | 50 – 500 |
| Link Width | 30 mm | 10 – 100 |
| Thickness | 12 mm | 3 – 50 |
| Hole Diameter | 12.5 mm | 3 – 50 |
| End Radius | 15 mm | 5 – 50 |
Every value above is a live dimension. Open a model like this in the editor and each one becomes a slider you can drag before exporting.
More models
Browse the full gallery →Table
Make a table of height 45 cm
旋转式卷烟陈列架
物件名称: 旋转式卷烟陈列架(带语音播报) 整体形态: 一个圆柱形、可360度旋转的立式展示架。 整体高度为1380mm,直径为600mm。 底部配有4个带刹车的万向轮,方便移动和固定。 结构分层(从下往上): 底座(0-200mm高度): 底部为圆柱形底座,高200mm。 外层采用网格状设计(类似金属网孔或菱形网格)。 底座内部中空,用于内置音箱设备。
Haul‑off Reel
Make this haul off reel, the dimensions of it should be a 2 meter diameter circle shaper with 0.7 meter width, i have attached a picture of what it looks like
