Applications for end-users. SDK's and tools for software developers. Custom development services for businesses.
SAT 3D models - download 3D ACIS (SAT) file format 3D assets. There currently are 1,836 3D models ready for download in the 3D ACIS file format on the marketplace. Feel free to browse the collection.
STL Stereolithography. STL, abbreviation for stereolithrography, is an interchangeable file format that represents 3-dimensional surface geometry. The file format finds its usage in several fields such as rapid prototyping, 3D printing and computer-aided manufacturing. LS1-0025-002-cable-extend.igs LS1-0025-002-cable-retract.igs LS1-0025-002-plug-extend.igs LS1-0025-002-plug-retract.igs LS1-0050-002-cable-extend.igs.
For end-users
CAD Exchanger GUI
View, analyze and convert 3D data on desktop
Learn moreCAD Exchanger Cloud
Securely view, share, and communicate through the browser
Learn moreFor software developers
CAD Exchanger SDK, Web Toolkit and CLI
Software libraries for C#, C++, Java, Javascript and Python
Browse development toolsIndustry Use Cases
Design solutions for AR/VR, engineering simulations, on-demand manufacturing and more.
Explore frequent use casesWhat is STL format?
STL (STereoLithography) is a file format native to the stereolithography CAD software. This file format is supported by many other software packages; it is widely used for rapid prototyping, 3D printing and computer-aided manufacturing. STL files describe only the surface geometry of a three-dimensional object without any representation of color, texture or other common CAD model attributes. The STL format specifies both ASCII and binary representations. Binary files are more common, since they are more compact.
Convert STL
files
Need to work with CAD files in numerous formats? No worries.
Convert STL files across 25+ other 3D formats.
Import (Read) STL files
Convert STL (.stl) to ACIS (.sat, .sab)Convert STL (.stl) to Open CASCADE (.brep)Convert STL (.stl) to Collada (.dae)Convert STL (.stl) to DXF (.dxf)Convert STL (.stl) to FBX (.fbx)Convert STL (.stl) to glTF (.gltf, .glb)Convert STL (.stl) to IFC (.ifc)Convert STL (.stl) to IGES (.igs, .iges)Convert STL (.stl) to JT (.jt)Convert STL (.stl) to OBJ (.obj)Convert STL (.stl) to Parasolid (.x_t, .x_b, .xmt_txt, .xmt_bin, .xmp_txt, .xmp_bin)Convert STL (.stl) to Rhino (.3dm)Convert STL (.stl) to STEP (.stp, .step)Convert STL (.stl) to USD (.usd, .usda, .usdc, .usdz)Convert STL (.stl) to VRML (.wrl)Convert STL (.stl) to X3D (.x3d)Export (Write) STL files
Convert 3DS (.3ds) to STL (.stl)Convert 3MF (.3mf) to STL (.stl)Convert 3D PDF (.pdf) to STL (.stl)Convert ACIS (.sat, .sab) to STL (.stl)Convert CATIA (.CATPart, .CATProduct) to STL (.stl)Convert Open CASCADE (.brep) to STL (.stl)Convert Collada (.dae) to STL (.stl)Convert PTC Creo (.prt, .asm) to STL (.stl)Convert DWG (.dwg) to STL (.stl)Convert DXF (.dxf) to STL (.stl)Convert FBX (.fbx) to STL (.stl)Convert IFC (.ifc) to STL (.stl)Convert IGES (.igs, .iges) to STL (.stl)Convert JT (.jt) to STL (.stl)Convert Siemens NX (.prt) to STL (.stl)Convert OBJ (.obj) to STL (.stl)Convert Parasolid (.x_t, .x_b, .xmt_txt, .xmt_bin, .xmp_txt, .xmp_bin) to STL (.stl)Convert PRC (.prc) to STL (.stl)Convert Rhino (.3dm) to STL (.stl)Convert Solidworks (.sldprt, .sldasm) to STL (.stl)Convert STEP (.stp, .step) to STL (.stl)Convert U3D (.u3d) to STL (.stl)Convert VRML (.wrl) to STL (.stl)Convert X3D (.x3d) to STL (.stl)Download Stl To Iges File Conversion Backstage Excel
Released:
Read/write to/from CAD files
Project description
The aoc-xchange project provides a Python package named aocxchange to read and writefrom/to IGES, STEP, BREP, and STL files using PythonOCC.
aocxchange can also read 2D foil section definition files (.dat files)
PythonOCC is a set of Python wrappers for the OpenCascade Community Edition (an industrial strength 3D CAD modeling kernel)
Warning
aocxchange can import IGES, STEP, BREP, and STL files. Beware that the import of a similar looking geometry from different filetypes might (and very likely will) lead to a different topology.
For example, the import of 2 distinct solids (closed boxes) will lead to:
- undistinguishable faces from an IGES file
- 2 separate solids from a STEP file
- 2 separate closed shells from a STL file
If working with solids, prefer STEP; you might get away with STL but it will involve extra effort
If working with surfaces, any file type will do. However, remember that STEP and IGES geometry is mathematically definedwhile STL basically stores a bunch of triangles approximating the geometry (which is absolutely fine and evendesirable in some cases).
install
Dependencies
aocxchange depends on OCC >=0.16 and aocutils. The examples require wx>=2.8 (or another backend (minor code modifications required)).Please see the table below for instructions on how to satisfy the requirements.
package | version | Comment |
---|---|---|
OCC | >=0.16. | See pythonocc.org or github.com.tpaviot/pythonocc-core for instructions or conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core |
aocutils | latest | pip install aocutils –upgrade |
wx | >=2.8 | See wxpython.org for instructions |
Goal
The goal of the aocxchange package is to simplify the read/write of CAD files using PythonOCC.
Versions
occdataexchange version and target PythonOCC version
aocxchange version | PythonOCC version |
---|---|
0.1.* | 0.16.2 |
Examples
The examples are in the examples folder at the Github repository (https://github.com/floatingpointstack/aoc-xchange).
The wx backend (wxPython) backend is used for the examples that display a UI.You may easily change this behaviour to use pyqt4 or PySide by changing the backend in the call to init_display().
Release historyRelease notifications | RSS feed
0.3.0
0.2.0
0.1.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Download Stl To Iges File Conversion Backstage Pdf
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size aocxchange-0.3.0.zip (22.1 kB) | File type Source | Python version None | Upload date | Hashes |
Download Stl To Iges File Conversion Backstage Video
Hashes for aocxchange-0.3.0.zip
Download Stl To Iges File Conversion Backstage To Heaven
Algorithm | Hash digest |
---|---|
SHA256 | a0afd976148c98c4f9654978a3141ef56a4ea1f780c7156648b65c0605195543 |
MD5 | 9d6f084a5144fa3d9759d1069f2e5516 |
BLAKE2-256 | c564a879c057350b9f74bc283863cb453015e8aa504dbfc1dcf55e07c8869e6b |