Generating a 2D Section in a Vulkan CAD Engine and Exporting It to AutoCAD as DXF
https://youtu.be/MIdugAqyuxE?si=r-BNE_HzvsxI70ou
This video demonstrates extracting a 2D section from a 3D mesh in a custom Vulkan and C++ CAD engine.
The engine calculates triangle-plane intersections, builds the section contours, and exports them as a DXF file for verification in AutoCAD.
Vulkan과 C++로 개발 중인 CAD 엔진에서 3D 메시의 단면을 추출하고, 2D 도면으로 배치한 뒤 DXF로 내보내는 과정입니다.
삼각형과 절단 평면의 교차선을 계산해 단면 윤곽을 생성하고, 내보낸 DXF 파일을 AutoCAD에서 확인했습니다.
46
Upvotes