Make STL of 3D array (Optimal for 3d printing)

버전 1.0.0 (17.2 KB) 작성자: Amir Safari
make_STL_of_Array Convert a voxelized object contained within a 3D logical array into an STL surface mesh, It's optimal for 3D printing.
다운로드 수: 2.4K
업데이트 날짜: 2018/9/13

make_STL_of_Array Convert a voxelized object contained within a 3D logical array into an STL surface mesh, It's optimal for 3D printing because of the number of faces in final STL is as low as possible.

AUTHOR: Amir-Hosein Safari
CONTACT: amirsfr5353@gmail.com
INSTITUTION: Max-Planck Institute for informatics
DATE: 25th Aug 2018

EXAMPLE:
make_STL_of_Array(FileName,Data,scaleX,scaleY,scaleZ)
..or..
[Vertices, Triangle, Quads] = make_STL_of_Array(FileName,Data,scaleX,scaleY,scaleZ)

INPUTS

FileName - string - Filename of the STL file.

Data - 3D logical array - Voxelised data
1 => Inside the object
0 => Outside the object
(FOR PRINTING WITH TWO MATERIALS YOU SHOULD INVERSE
Data (Data = ~Data) AND RUN CODE AGAIN TO HAVE THE SECOND TYPE)

scaleX - A number which means the X size of every
voxel in mm
scaleY - A number which means the Y size of every
voxel in mm
scaleZ - A number which means the Z size of every
voxel in mm

OUTPUTS

vertices - Nx3 array - A list of the x,y,z coordinates of
each vertex in the mesh.

Triangle - Nx3 array - A list of the vertices used in
each Triangle of the mesh, identified using the row
the number in the array vertices.

Quads - Nx4 array - A list of the vertices used in
each Quads of the mesh, identified using the row
the number in the array vertices.

인용 양식

Amir Safari (2025). Make STL of 3D array (Optimal for 3d printing) (https://github.com/AmirHoseinSafari/Make-STL-of-3D-array-Optimal-for-3d-printing-), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.