Here are
131 public repositories
matching this topic...
3D Models of our products
Updated
Apr 22, 2019
HTML
CAD, Eletrônica e Programação do robô autônomo participante Olimpíada Brasileira de Robótica
Updated
Sep 9, 2017
Eagle
vSpeed Vario - DIY Paragliding Variometer
😉 A SolidWorks Addin to save SolidWorks file as glTF.
Updated
Dec 1, 2017
JavaScript
Repository to share my custom 3D printing designs
Updated
Sep 19, 2019
OpenSCAD
HighSchool project based on Daniel Rozin's "Weave Mirror"
Updated
Sep 4, 2019
Python
Lots of useful extension methods for Interface of SolidWorks Api
SLAM has been implemented on the Robotic AGV. Mecanum wheels have been used to provide Omni-directional movement and Remote control of simulation has been implemented
Updated
Jun 30, 2019
CMake
A SOLIDWORKS macro to update other SOLIDWORKS macros from code files.
Updated
Oct 5, 2018
Visual Basic
The official repository of Team Inferno DTU. Working on a martian rover prototype.
Updated
Jan 27, 2018
Python
A repository containing the code for a TPE-SI Project
Updated
Mar 14, 2019
Jupyter Notebook
Updated
Oct 13, 2018
Python
Plug.ar é um projeto de conclusão de curso desenvolvido por Raphael Brandão para a Faculdade Pitágoras.
Updated
Jun 8, 2017
Eagle
Updated
Mar 2, 2017
Eagle
SwEx.PMPage - framework for building the data driven property manager pages in SOLIDWORKS add-ins
A macro to export Solidworks models as .obj files, including .mtl files.
A Windows Form Application to help TAs grade Solidworks submissions at Oregon State University
A Solidworks macro with user interface window to calculate transformation matrices between coordinate systems.
Updated
Mar 29, 2020
Python
EAVR G-Hall Simulation - Click for Video Demo!
8 MIDI controlled loops switcher enclosure
Integrated computer system course: task and lectures with examples
This is an opensource project of Inverted pendulum based on inertial wheel. The repo contains all the software needed, stl and cad files and instructions.
A few examples of 3D models made in SolidWorks
Mirrored from Gitlab - Export 3D Model from KiCad or Gerber to Solidworks. PLEASE clone with LFS installed from GitLab
Updated
Jul 18, 2019
Visual Basic
Improve this page
Add a description, image, and links to the
solidworks
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
solidworks
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If a PDF is stored in the Documents, the print button generates an empty page.
I see here we are concatenating:
byteString = b"data:application/pdf;base64," + base64.b64encode(documentContent[0])but I think this function should be only used for PDFs generated during the upload of 2D drawings.
Please correct me if I am wrong. I am willing to help if you point me in the right direction.