SlopedPlanes release

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

SlopedPlanes release

Post by damian »

from a few days ago the macro SlopedPlanes is available in the addon manager
addon.png
addon.png (51.68 KiB) Viewed 2836 times
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanes release

Post by damian »

Hi!
there is a new monthly update of the macro SlopedPlanes, with several bug corrections.
The interested guys could update the code through the Addon Manager.
Thank you.
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: SlopedPlanes release

Post by bitacovir »

Great work. And thank you for sharing it.
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: SlopedPlanes release

Post by bitacovir »

damian wrote: Fri Jun 22, 2018 9:56 am Hi!
there is a new monthly update of the macro SlopedPlanes, with several bug corrections.
The interested guys could update the code through the Addon Manager.
Thank you.
I could not install it.

Code: Select all

GitPython not found. Using standard download instead.
Downloading https://github.com/caceres/SlopedPlanesMacro/archive/master.zip
Traceback (most recent call last):
  File "C:\Program Files\FreeCAD 0.17\Mod\AddonManager\AddonManager.py", line 799, in run
    symlink(clonedir+os.sep+f,macrodir+os.sep+f)
  File "C:\Program Files\FreeCAD 0.17\Mod\AddonManager\AddonManager.py", line 90, in symlink
    raise ctypes.WinError()
WindowsError: [Error 1314] A required privilege is not held by the client.
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13522 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 3bb5ff4e70c0c526f2d9dd69b1004155b2f527f2
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/Australia (en_AU)
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: SlopedPlanes release

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanes release

Post by damian »

Thank you @kunda1.
I can not test it, @bitacovir, because I don't have updated Win equipment at this moment.
And executing FreeCAD with administrative privileges?
If this last doesn't work, please, could you download the zip file from my github repo and install it by hand, or if you prefer to clone the SlopedPlanes repository?
https://freecadweb.org/wiki/How_to_install_macros
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: SlopedPlanes release

Post by bitacovir »

damian wrote: Sun Jun 24, 2018 7:56 am And executing FreeCAD with administrative privileges?
Yes. This way it works.
Thanks. I'll start playing with this to test it.
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanes release

Post by damian »

All feedback is welcome!
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanes release

Post by damian »

There are new versions adapted to OpenCascade 7.3
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: SlopedPlanes release

Post by bitacovir »

damian wrote: Sun Jun 24, 2018 11:35 am All feedback is welcome!
In your wiki page it is said you can use a Dwire as base.
https://github.com/caceres/SlopedPlanes ... /3.1.-Base
But with a closed Dwire I got this:

Code: Select all

Traceback (most recent call last):
  File "C:\Users\Rafael\AppData\Roaming\FreeCAD\Mod\SlopedPlanes\SlopedPlanes.py", line 236, in execute
    face = Part.makeFace(shape, faceMaker)
<class 'Base.FreeCADError'>: Shape must be a wire, edge or compound. Something else was supplied.
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.14126 (Git)
Build type: Release
Branch: master
Hash: d37519e3e3d9669912cbb97f489a5e82e81557e2
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/Australia (en_AU)
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
Post Reply