STL File Import 您所在的位置:网站首页 fusion360怎么导出stl STL File Import

STL File Import

2024-06-29 09:57| 来源: 网络整理| 查看: 265

STL File ImportOpen Live Script

This example shows how to import a geometry from an STL file, and then plot the geometry. Generally, you create the STL file by exporting from a CAD system, such as SolidWorks®. For best results, export a fine (not coarse) STL file in binary (not ASCII) format. After importing, view the geometry using the pdegplot function. To see the face IDs, set the FaceLabels name-value pair to "on".

View the geometry examples included with Partial Differential Equation Toolbox™.

figure gm = fegeometry("Torus.stl"); pdegplot(gm)

figure gm = fegeometry("Block.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("Plate10x10x1.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("Tetrahedron.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("BracketWithHole.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("DampingMounts.stl"); pdegplot(gm,CellLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("MotherboardFragment1.stl"); pdegplot(gm)

figure gm = fegeometry("PlateHoleSolid.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("PlateSquareHoleSolid.stl"); pdegplot(gm)

figure gm = fegeometry("SquareBeam.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

figure gm = fegeometry("BracketTwoHoles.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3)

To see hidden portions of the geometry, rotate the figure using Rotate 3D button or the view function. You can rotate the angle bracket to obtain the following view.

figure pdegplot(gm,FaceLabels="on",FaceAlpha=0.3) view([-24 -19])

figure gm = fegeometry("ForearmLink.stl"); pdegplot(gm,FaceLabels="on",FaceAlpha=0.3);

When you import a planar STL geometry, the toolbox converts it to a 2-D geometry by mapping it to the X-Y plane.

figure gm = fegeometry("PlateHolePlanar.stl"); pdegplot(gm,"EdgeLabels","on")

figure gm = fegeometry("PlateSquareHolePlanar.stl"); pdegplot(gm);

Related TopicsSTEP File Import


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有