Macro Easy cutouts for Enclosure Design: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 1: Line 1:
{{Macro|Icon=Macro_Easy_cutouts_for_Enclosures|Name=Easy cutouts for Enclosure Design|Description=This macro covers the following constraints.|Author=maurice|Version=0.27 (11.2016)}}
{{Macro|Icon=Macro_Easy_cutouts_for_Enclosures|Name=Easy cutouts for Enclosure Design|Description=This macro makes Cutouts for Enclosures in a very handy way|Author=maurice|Version=0.27 (11.2016)}}
==Description==
==Description==
This macro makes Cutouts for Enclosures in a very handy way
This macro makes Cutouts for Enclosures in a very handy way

Revision as of 20:31, 26 November 2016

File:Macro Easy cutouts for Enclosures Easy cutouts for Enclosure Design

Description
This macro makes Cutouts for Enclosures in a very handy way

Macro version: 0.27 (11.2016)
Author: maurice
Author
maurice
Download
None
Links
Macro Version
0.27 (11.2016)
Date last modified
None
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Description

This macro makes Cutouts for Enclosures in a very handy way
Just select a face of the object that is the base for the cutout and the macro will create a clone of the external outline with a margin of 0.5mm (set in the macro)

Use

Just select a face of the object that is the base for the cutout and the macro will create a clone of the external outline with a margin of 0.5mm (set in the macro)

Script

The Icon for you ToolBar

Macro_Center Faces of Parts.FCMacro

# -*- coding: utf-8 -*-

# evolution of Macro_CenterFace
# and some part of Macro WorkFeature
#
# center objs faces/closed_edges to first obj face/closed_edge
#
 
__title__   = "Center Faces of Parts"
__author__  = "maurice"
__url__     = "kicad stepup"
__version__ = "0.27"
__date__    = "11.2016"

Link

Forum : Easy cutouts for Enclosure Design Macro