필터 지우기
필터 지우기

Error loading .stl file to POFACETS 4.1

조회 수: 3 (최근 30일)
Rohit Mallampati
Rohit Mallampati 2020년 10월 31일
댓글: Tenzing Thiley 2024년 1월 24일
I am currently using POFACETS 4.1 to model an bistatic RCS for an Rectangular slab, which was exported from blender in .stl format. while I upload file to MATLAB POFACETS 4.1, It shows below error.
Rendering drawing...
Unrecognized function or variable 'v'.
Error in utilities>rndread (line 332)
vout = v'; % "
Error in utilities>ImportSTL_Callback (line 253)
[F, V, C] = rndread(fileloc);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in utilities (line 59)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback.
Did anyone face this issue and can someone help me solve this issue?
Thanks
  댓글 수: 1
Tenzing Thiley
Tenzing Thiley 2024년 1월 24일
.stl should be in ASCII not in binary. You can use any conversion software such as 3ds max and set as ASCII. It will work

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

답변 (0개)

카테고리

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