전체 글60 Autocad lisp With github #1 git 시작하기 git 설치해야 한다. https://git-scm.com/ vsc에서 터미널 창을 열어서 git init 입력한다. Git git-scm.com git init git commit 하기(현재 위치 저장) add *.lsp 는 확장자 lsp 파일을 commit 준비한다.(staging이런말 있지만 그냥 편하게 말한것) commit은 현재 상태를 저장, -m은 메시지 있다. "first"는 메시지 임 git add *.lsp git commit -m "first" 프로그램 수정 0,0 -> 1000,2000 => 0,0->2000,2000으로 선 그리게 변경 (defun c:test () (setq p1 (list 0 0)) (setq p2 (list 2000 2000)) (command .. 2022. 12. 8. youtube(멘탈이 전부다) (510) 멘탈이 전부다 - YouTube 멘탈이 전부다 13년간 1만시간 이상의 공부하면서 얻은 돈과 투자에 대한 지혜를 공유합니다. www.youtube.com note. 주식 투자에 있어 많을 것을 알게 해주는 youtube 테슬라 주주라면 무조건 들어야 하는 youtube 2022. 12. 8. sumitomo motor 3d 도면 로그인 필요 검색하기 편함 다운 받았던거 기록도 남아있음 일본 모터 사이트라 먼가 찾고 하는데 불편하다. 하지만 필요하니 이리지리 검색해서 찾아서 사용한다. https://us.sumitomodrive.com/en-us/page/product-configurator Product Configurator | Sumitomo Drive Technologies: USA Need a specific product? Need more technical specs? Need access to pricing? Our online product Configurator streamlines the selection process, enabling you to build a power transmission product.. 2022. 12. 8. Autocad lisp(리습) with VSC(visual code) VSC 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com autocad 있는지 확인 autocad 2021 version 부터 지원을 한다. 2007 version으로 아무리 해도 안됨 확장 .. 2022. 12. 8. 이전 1 ··· 12 13 14 15 다음