This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
""" | |
*************************************************************************** | |
* Copyright (c) <mario52> 2014 2015 2016 2017 2018 2019 2020 2021 2022 * | |
* 2023 * | |
* This file is a supplement to the FreeCAD CAx development system. * | |
* * | |
* This program is free software; you can redistribute it and/or modify * | |
* it under the terms of the GNU Lesser General Public License (LGPL) * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
# cette macro trace en rouge (modifiable) le tour du boundingbox avec 6 rectangles | |
# si "createVol" = 1 il sera cree un volume (rouge) de la dimension du BoundBox | |
# this macro red trace (editable) around the BoundingBox with 6 rectangles | |
# if "createVol" = 1 on volume (red) is created | |
# Macro_BoundingBox_Tracing | |
# | |
#OS: Windows Vista #OS: Windows 8.1 #OS: Windows 10 #OS: Windows 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Macro_Cartouche.py | |
# Remplir les zones du cartouche de la feuille originale de FreeCAD | |
# http://www.freecadweb.org/wiki/index.php?title=Macro_CartoucheFC/fr | |
# il faut que la page (drawing viewer) s'appelle " Page " qui est le nom par défaut du module Drawing | |
# Fill the area of the cartridge | |
# http://www.freecadweb.org/wiki/index.php?title=Macro_CartoucheFC | |
# It is necessary that the page (drawing viewer) is called "Page", which is the default name of the Drawing module | |
# ver 0.3 | |
# Created: 02/07/2014 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
*************************************************************************** | |
* Copyright (c) 2014 2015 2016 <mario52> * | |
* * | |
* This file is a supplement to the FreeCAD CAD development system. * | |
* * | |
* This program is free software; you can redistribute it and/or modify * | |
* it under the terms of the GNU Lesser General Public License (LGPL) * | |
* as published by the Free Software Foundation; either version 2 of * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
""" | |
*************************************************************************** | |
* Copyright (c) 2014 2016 2017 <mario52> * | |
* * | |
* This file is a supplement to the FreeCAD CAx development system. * | |
* * | |
* This program is free software; you can redistribute it and/or modify * | |
* it under the terms of the GNU Lesser General Public License (LGPL) * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
#OS: Windows Vista #OS: Windows 10 | |
#Platform: 32-bit #Word size of OS: 64-bit | |
#Version: 0.14.3389 #Word size of FreeCAD: 64-bit | |
#Python version: 2.6.2 #Version: 0.17.13528 (Git) | |
#Qt version: 4.5.2 #Build type: Release | |
#Coin version: 3.1.0 #Branch: releases/FreeCAD-0-17 | |
#SoQt version: 1.4.1 #Hash: 5c3f7bf8ec51e2c7187789f7edba71a7aa82a88b | |
#OCC version: 6.5.1 #Python version: 2.7.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Cercle sur 3 points.py | |
# create a circle from 3 points selected | |
# combination of the two programs 'create a circle from 3 points selected' | |
# with as options (orthogonal) circle can be built on a choice plans | |
# to coordinate one of the three selected choice shapes | |
# mode by default, creates the circle in 3D space | |
# the options create the circle of orthogonal way on the map and view the choice | |
# with the creation of a central color related to the axes Y/N Y/N | |
# 04/03/2013 # 24/03/2013 # 08/08/2014 by mario52 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# creer un cercle ou un arc entierement parametrabel en utilisant : | |
# create a circle or arc fully parametrabel using: | |
# x x x coordinates | |
#with radius | |
#with diameter | |
#with circumference | |
#with area | |
#with startangle | |
#with endangle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# CloneConvert.FCMacro | |
# Cree un clone ou une copie de l'objet ou des objets selectionne(s) et le met e l'echelle de la grandeur choisie | |
# utilisation : lancer CloneConvert selectionnez un objet choisissez la grandeur et cliquez sur OK | |
# | |
# Creates a clone of one copy the selected object and updates the selected size range | |
# use: start CloneConvert select an object choose the size and click OK | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
""" | |
*************************************************************************** | |
* Copyright (c) 2014 2015 2016 2017 2018 2019 2020 2021 2022 <mario52> * | |
* 2023 2024 * | |
* * | |
* This file is a supplement to the FreeCAD CAx development system. * | |
* * | |
* This program is free software; you can redistribute it and/or modify * |
OlderNewer