본문 바로가기

Drafting path library component

(4)
Drafting Path library component API reference & Manual Drafting path C# .netFramework 4.6 기반 3D cad libray : 기본적인 Entity의 Vertices 또는 경로(Path)를 추출할 수 있는 라이브러리
Drafting path library component 요약 Drafting path C# .netFramework 4.6 기반 3D cad libray : 기본적인 Entity의 Vertices 또는 경로(Path)를 추출할 수 있는 라이브러리
Drafting path library component Sample Drafting path component를 이용한 Sample코드를 Github에 올려두었습니다. 아래 Github링크를 통해 코드를 받아 동작 확인을 해볼 수 있습니다~! Github LINK : https://github.com/LucioSong/DraftingPathSample.git GitHub - LucioSong/DraftingPathSample Contribute to LucioSong/DraftingPathSample development by creating an account on GitHub. github.com Visual studio 2012 재배포 패키지가 필요할 수 있습니다. 아래 실행파일을 받아 설치하실 수 있습니다.
Drafting Path library component 3D cad 기반의 기본적인 Library component입니다. (.net framework 4.6, C#) Cad의 Viewer와 Point, Line, LinearPath, Circle, Arc, Text,...등 의 Entity를 생성 / 수정 / 삭제 의 기능을 C# Code 20줄 내외로 구현이 가능하도록 되어 있습니다. 현재는 Alpha 버전으로 개발중에 있습니다. 사용해보실 분은 아래 첨부된 DLL을 참조하여 구현이 가능하며, 샘플코드를 Github에 공유하고 있으니 참고하여 사용하셔도 좋습니다. 현재 매뉴얼 작업은 진행중 입니다. 문의사항은 방명록에 남겨주시면 최대한 반영하도록 하겠습니다. (Entity 또는 Interface 관련해서는 개인적으로 업데이트 할 예정입니다.) 현재 Dow..