YouTube RSS
12.03.2024, 17:02
			Animated drawing in AutoCAD - geometry, EKG, math 2Dplot...Sample output from AnimDraw.lsp (available on ARKANCE CZ Helpdesk).
 (aGrDraw '(-5 -5 0) '(5 -5 0) 3) ; CROSS-BOX
 (aGrDraw '(5 -5 0) '(5 5 0) 3)
 (aGrDraw '(5 5 0) '(-5 5 0) 3)
 (aGrDraw '(-5 5 0) '(-5 -5 0) 3)
 (aGrDraw '(-5 -5 0) '(5 5 0) 3)
 (aGrDraw '(-5 5 0) '(5 -5 0) 3)
or
 (setq EKGdata '( (2 81) ; data set - EKG
  (3 83)  (4 88)  (5 98)  (6 92)  (7 85)  (8 73)  (9 71)  (10 70) ...
or
combination with the 2DPlot utility to create animated output
More on: https://www.arkance-systems.cz and https://www.cadforum.cz
Contact: info.cz@arkance-systems.com 
Follow us on: https://www.facebook.com/CADstudio and https://www.linkedin.com/company/CADstudio
#arkancesystems #arkance12.03.2024 17:02:53Viz pokračování...