STP file convetion
조회 수: 8 (최근 30일)
이전 댓글 표시
Hi,
Is there a way to import 3D CAD file such a STP file to Malab and to convert it for a binary matrix ?
Thanks,
Lior
댓글 수: 0
답변 (1개)
Jacob Mathew
2024년 11월 20일 4:40
Hey Lior,
You can import STL and STP files into MATLAB using the fegeometry method from the Partial Differential Equation Toolbox. The following documentation pages details the steps needed to achieve this:
STEP/STP File Import - https://www.mathworks.com/help/releases/r2024a/pde/ug/step-file-import.html
In both cases, the output of the function is a DiscreteGeometry object that can be manipulated as needed. The supported functions of DiscreteGeometry object can be found in the documentation link below:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Import에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!