Points to STL file

30 ビュー (過去 30 日間)
Michael Lin
Michael Lin 2019 年 10 月 10 日
回答済み: Abhisek Pradhan 2019 年 10 月 14 日
Hi all,
I have a array of points (Line1OuterAll) I'd like to use to generate a surface with STL extension.
I tried to use stlwrite using stlwrite('test.stl',Line1OuterAll(:,1),Line1OuterAll(:,2),Line1OuterAll(:,3),'mode','ascii') but it gives me this error:
Warning: Duplicate data points have been detected and removed.
Some point indices will not be referenced by the triangulation.
> In stlwrite>parseInputs (line 175)
In stlwrite (line 76)
Warning from stlwrite>parseInputs (line 175)
faces = delaunay(X,Y);
Am I doing something wrong?
Thanks

回答 (1 件)

Abhisek Pradhan
Abhisek Pradhan 2019 年 10 月 14 日
stlwrite user a triangulation object has one its parameter.
Refer triangulation for making a triangulation object from the data set and provide it as a parameter for stlwrite function.

カテゴリ

Help Center および File ExchangeSTL (STereoLithography) についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by