✔ AutoCAD .Net
- Obejct ARX Download , .Net DLL 개발 환경 구축, ObjectARX DLL
개발 하기 전에 우선 ObjectARX 다운로드 및 설치가 필요합니다.
다운로드 및 설치는 아래 링크 참조
2020/04/21 - [Programming/AutoCad .Net] - [AutoCAD .Net] ObjectARX Download
[AutoCAD .Net] ObjectARX Download
ObjectARX 버전별 다운로드 링크 버전 : 2020 (64-bit) http://download.autodesk.com/esd/objectarx/2020/objectarx_for_autocad_2020_win_64_bit.sfx.exe 버전 : 2019 (32-bit ,64-bit) http://download.autodes..
timeboxstory.tistory.com
환경 구축
Visual Studio -> 프로젝트 생성 -> 클래스 라이브러리(.dll)을 생성한다.
프로젝트 참조 추가 -> ObjectARX 설치 폴더 -> inc 폴더에서 아래 DLL을 참조한다.
추가 후 로컬 복사를 false로 설정
프로젝트를 빌드하여 나온 dll파일을 AutoCAD 명령줄에서 Netload를 이용하여 로드.
Netload와 빌드 관련된 프로젝트 설정은 아래 포스트 참고 하세요.
2020/04/17 - [Programming/AutoCad .Net] - [AutoCAD .Net] .dll file Load/UnLoad 방법
[AutoCAD .Net] .dll file Load/UnLoad 방법
✔ AutoCAD .Net dll load/unload - NetLoad , NRL Command, compile after dll load ● DLL Load 개발한 DLL 파일을 LOAD하는 것은 매우 간단하다. AutoCAD 프로그램 명령어에서 NetLoad를 입력하면 파일브라우저..
timeboxstory.tistory.com
'Programming > AutoCad .Net' 카테고리의 다른 글
[AutoCAD .Net] C# 점과 선 사이의 최단 거리 구하기 (0) | 2020.07.30 |
---|---|
[AutoCAD .Net] UnSelect Obejects In Document (0) | 2020.05.27 |
[AutoCAD .Net] Get Selected Objects In Document (0) | 2020.05.27 |
[AutoCAD .Net] ObjectARX Download (0) | 2020.04.21 |
[AutoCAD .Net] .dll file Load/UnLoad 방법 (0) | 2020.04.17 |
댓글