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.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ