MATLAB 도움말 센터
Write mesh information to STL file
stlwrite(object,filename)
stlwrite(object,filename) writes the points and connectivity list of an antenna or array mesh to a STL file of specified name.
object
filename
example
collapse all
Create a rectangular shape. Divide the shape into two triangles. Extract the shape vertices to determine the vertices of the triangles. Define the points connectivity list and use the triangulation function on this list and vertices.
triangulation
w = shape.Rectangle; v = getShapeVertices(w)
v = 4×3 -0.5000 -1.0000 0 0.5000 -1.0000 0 0.5000 1.0000 0 -0.5000 1.0000 0
c = [1 2 4; 2 3 4]
c = 2×3 1 2 4 2 3 4
tr = triangulation(c,v(:,1),v(:,2))
tr = triangulation with properties: Points: [4×2 double] ConnectivityList: [2×3 double]
Create an STL file from the triangulation object.
stlwrite(tr,"customPlatForm.stl")
The software creates the customPlatform STL file. in your current folder. Use this file to create a platform object and visualize the platform.
customPlatform
platform
plat = platform(FileName="customPlatForm.stl", Units="m")
plat = platform with properties: FileName: "customPlatForm.stl" Units: "m" UseFileAsMesh: 0 Tilt: 0 TiltAxis: [1 0 0]
figure show(plat)
pcbStack
planeWaveExcitation
installedAntenna
Antenna or array to write the mesh information, specified as one of the following options:
Antenna object from the antenna catalog.
Array object from the array catalog.
pcbStack object.
planeWaveExcitation object.
installedAntenna object.
platform object.
triangulation object.
Example: patchMicrostrip
patchMicrostrip
Example: circularArray
circularArray
Example: customArrayGeometry
customArrayGeometry
Name of STL file, specified as a string with .stl extension.
.stl
Example: "antenna_100MHz.stl"
"antenna_100MHz.stl"
Data Types: string
string
Introduced in R2019a
stlFileChecker
MeshReader
stlread
mesh
meshconfig
show
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의