Converting a 3D object (in spherical coordinates) to an stl.

조회 수: 25 (최근 30일)
Erin Cox
Erin Cox 2020년 7월 3일
편집: DGM 2025년 10월 2일 8:39
Hello all,
I am currently working on a project in which I will eventually 3D print antenna radiation patterns. As part of the project, I have to use spherical coordinates from a 3D object and convert the file to an stl. I have explored several options for how to do this, but I was wondering if anyone had ever done this before. If so, what was your overall method to converting from the 3D object to the stl?
Thank you in advance!
  댓글 수: 1
darova
darova 2020년 7월 4일
Convert spherical coordinates to cartesian first. Show the data

댓글을 달려면 로그인하십시오.

답변 (2개)

Monisha Nalluru
Monisha Nalluru 2020년 7월 8일
You may use stlwrite to convert a 3D object to STL file from triangulation.
There is also a File exchange available to extend stlwrite to export variety of inputs(path/surface) to STL
  댓글 수: 1
DGM
DGM 2025년 10월 2일 8:36
편집: DGM 2025년 10월 2일 8:39
Unless you change the name, installing #20922 in any modern version will cause a name conflict, making the built-in stlwrite() inacessible. If you want to use it, rename it.
Alternatively, if the goal is support for inputs not accepted by the built-in tool, then just use FEX #182013 instead. It supports everything that #20922 does, and more. It won't cause conflicts in modern versions, and it's compatible with the last 16 years worth of releases.
For the given case, it's not likely that any third party tools are necessary. At most, surf2patch(...,'triangles') and stlwrite() should be all that's necessary.

댓글을 달려면 로그인하십시오.


DGM
DGM 2025년 7월 15일
편집: DGM 2025년 10월 2일 8:37

카테고리

Help CenterFile Exchange에서 STL (STereoLithography)에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by