FreeCAD_SheetMetal | A simple sheet metal workbench for FreeCAD

 by   shaise Python Version: v0.2.02-beta License: GPL-3.0

kandi X-RAY | FreeCAD_SheetMetal Summary

kandi X-RAY | FreeCAD_SheetMetal Summary

FreeCAD_SheetMetal is a Python library. FreeCAD_SheetMetal has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However FreeCAD_SheetMetal build file is not available. You can download it from GitHub.

As a simple test case, consider the following example:. You can find a simple calculator in tools/calc-unfold.py.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FreeCAD_SheetMetal has a low active ecosystem.
              It has 110 star(s) with 23 fork(s). There are 13 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 28 open issues and 58 have been closed. On average issues are closed in 183 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of FreeCAD_SheetMetal is v0.2.02-beta

            kandi-Quality Quality

              FreeCAD_SheetMetal has 0 bugs and 0 code smells.

            kandi-Security Security

              FreeCAD_SheetMetal has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FreeCAD_SheetMetal code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FreeCAD_SheetMetal is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              FreeCAD_SheetMetal releases are available to install and integrate.
              FreeCAD_SheetMetal has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are available. Examples and code snippets are not available.
              FreeCAD_SheetMetal saves you 866 person hours of effort in developing the same functionality from scratch.
              It has 1983 lines of code, 114 functions and 5 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed FreeCAD_SheetMetal and discovered the below as its top functions. This is intended to give you an instant insight into FreeCAD_SheetMetal implemented functionality, and help decide if they suit your requirements.
            • Applies custom properties to fp
            • Find the narrow edge of a sheet
            • Finds the face of the given SelectionItem
            • Generate sketch details
            • Make a cylinder face
            • R Check if a node is vertically opposite
            • Return surface of a surface
            • Updates the element
            • Update the tree
            • Activates the task panel
            • Updates the element tree
            • Updates the element
            • Updates the element selection
            • Updates the element selection
            • Executes the widget
            • Calculate a value from a given lookup
            • Activate the active view
            • Activate selection
            • Activate selection
            • Activate activation window
            • Called when the widget is activated
            • Activates the active cursor
            • Activate the active document
            • Activate FreeCAD
            • Activates the unattended task
            • Initializes the wizard
            Get all kandi verified functions for this library.

            FreeCAD_SheetMetal Key Features

            No Key Features are available at this moment for FreeCAD_SheetMetal.

            FreeCAD_SheetMetal Examples and Code Snippets

            No Code Snippets are available at this moment for FreeCAD_SheetMetal.

            Community Discussions

            No Community Discussions are available at this moment for FreeCAD_SheetMetal.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FreeCAD_SheetMetal

            For installation and how to use, please visit: http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/ Starting from FreeCAD 0.17 it can be installed via the Addon Manager (from Tools menu).
            Development repo: https://github.com/shaise/FreeCAD_SheetMetal
            FreeCAD wiki page: https://www.freecadweb.org/wiki/SheetMetal_Workbench
            Authors webpage: http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
            FreeCAD Forum announcement/discussion thread
            V0.2.48 02 May 2021: Add context menu @jaisejames. Thank you!
            V0.2.47 24 Feb 2021: Add translation support by @jaisejames. Thank you!
            V0.2.46 31 Jan 2021: Small bug fixes and code clean by @jaisejames. Thank you!
            V0.2.45 24 Dec 2020: Added punch tool feature by @jaisejames. Thank you!
            V0.2.44 19 Dec 2020: Added extend feature by @jaisejames. Thank you!
            V0.2.43 01 Dec 2020: Added corner feature and map sketch to cut openings by @jaisejames. Thank you!
            V0.2.42 09 Jun 2020: Added Engineering UX Mode by @ceremcem. Thank you!
            V0.2.41 01 Jun 2020: Added Drop down Menu
            V0.2.40 24 May 2020: Added added tools for conversion of solid corners to sheetmetal by @jaisejames. Thank you!
            V0.2.34 09 Mar 2020: Rename "my commands" context menu to sheet metal
            V0.2.33 09 Mar 2020: Fix bend radius bug on sketch bends. Thank you Léo Flaventin!
            V0.2.32 02 Jan 2020: Python 3.8 update by @looooo. Thank you!
            V0.2.31 24 Apr 2019: Added better K factor control by @ceremcem. Thank you!
            V0.2.30 30 Mar 2019: Added Fold-on-sketch-line tool by @jaisejames. Thank you!
            V0.2.22 24 Jan 2019: Fix some typos, Issue #54
            V0.2.21 20 Jan 2019: Fix some typos, Issue #52
            V0.2.20 10 Jan 2019: Added sheetmetal generation from base wire by @jaisejames. Thank you!
            V0.2.10 01 Nov 2018: Merge new features by @jaisejames. Thank you! Added Edge based selection Added Auto-mitering Added Sketch based Wall Added Sketch based Guided wall Added Relief factor Added Material Inside, thk inside, Offset options
            V0.2.04 21 Sep 2018: Fix K-Factor bug
            V0.2.03 20 Sep 2018: Merge @easyw PR: Add separate color for inner sketch lines. (issue #46). Change Gui layout
            V0.2.02 15 Sep 2018: Add color selection for unfold sketches (issue #41)
            V0.2.01 15 Sep 2018: Fix bug when not generating sketch (issue #42) Support separate color for bend lines (issue #41)
            V0.2.00 04 Sep 2018: Make SheetMetal compatible with Python 3 and QT 5
            V0.1.40 20 Aug 2018: Merge Ulrich's V20 unfolder script - supports many more sheet metal cases and more robust
            V0.1.32 25 Jun 2018: New feature: Option to separately unfold bends. Thank you @jaisejames!
            V0.1.31 25 Jun 2018: Support ellipses and parabolas, Try standard sketch conversion first
            V0.1.30 25 Jun 2018: New feature: Generate unfold sketch with folding marks. Issue #33. Thank you @easyw! New feature: K-Factor foe unfolding is now editable. Issue #30
            V0.1.21 19 Jun 2018: Fixed back negative bend angles, restrict miter to +/- 80 degrees
            V0.1.20 19 Jun 2018: (Thank you @jaisejames for all these new features!!) Add bend extension to make the bended wall wider Add relief shape selection (rounded or flat) Double clicking on a bent in the tree view, brings a dialog to select different faces (good when editing the base object breaks the bend, and new faces need to be selected) Setting miter angle now works with unfold command
            V0.1.13 10 May 2018: Change unbending method so shape refinement can work.
            V0.1.12 25 Mar 2018: Allow negative bend angles. Change XPM icons to SVG
            V0.1.11 01 Feb 2018: Fix Issue #23: when there is a gap only on one side, an extra face is added to the other
            V0.1.10 11 Nov 2017: Add miter option to bends. By @jaisejames
            V0.1.02 22 Jun 2017: Fix nesting bug, when saving and loading file
            V0.1.01 03 Mar 2017: Support version 0.17 (starting from build 10423)
            V0.0.13 07 Sep 2015: Add negative gaps for extrude function. (per deveee request)
            V0.012 07 Sep 2015: Fix issue submitted by deveee
            V0.010 13 Jun 2015: Add Ulrich's great unfolding tool. Thanks!!!
            V0.002 12 Jun 2015: Fix Save/Load issues
            V0.001 11 Jun 2015: Initial version

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/shaise/FreeCAD_SheetMetal.git

          • CLI

            gh repo clone shaise/FreeCAD_SheetMetal

          • sshUrl

            git@github.com:shaise/FreeCAD_SheetMetal.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link