FreeCAD-Doc/localwiki/Macro_FCInfoGlass-fr.html
2018-07-19 18:47:02 -05:00

264 lines
21 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><title>Macro FCInfoGlass/fr</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Macro FCInfoGlass/fr</h1></div>
<div id="mw-content-text" lang="fr" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><table class="fcinfobox wikitable ct" width="100%" style="float: right; width: 230px; margin-left: 10px;">
<tr>
<td class="ctTitle">
<h3><span class="mw-headline" id="Macro_FCInfoGlass"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCInfoGlass.png" class="image"><img alt="Macro FCInfoGlass.png" src="32px-Macro_FCInfoGlass.png" width="32" height="32" srcset="/wiki/images/thumb/6/6b/Macro_FCInfoGlass.png/48px-Macro_FCInfoGlass.png 1.5x, 64px-Macro_FCInfoGlass.png 2x" /></a> Macro FCInfoGlass</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Description
</th></tr>
<tr>
<td class="ctEven left">Donne une série d'informations sur l'objet avec affichage dans la vue 3D.
</td></tr>
<tr>
<th class="ctOdd">Auteur
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=User:Mario52" title="User:Mario52">Mario52</a>
</td></tr>
<tr>
<th class="ctOdd">Liens
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Macros_recipes/fr" title="Macros recipes/fr">Recettes macros</a><br /><a href="https://www.freecadweb.org/wiki/index.php?title=How_to_install_macros/fr" title="How to install macros/fr">Comment installer une macro</a><br /><a href="https://www.freecadweb.org/wiki/index.php?title=Customize_Toolbars/fr" title="Customize Toolbars/fr">Comment ajouter une barre d'outils</a>
</td></tr>
<tr>
<th class="ctOdd">Version
</th></tr>
<tr>
<td class="ctEven macro-version">00.05
</td></tr>
<tr>
<th class="ctOdd">Date dernière modification
</th></tr>
<tr>
<td class="ctEven macro-date">2016-08-28
</td></tr>
<tr>
<th class="ctOdd">
</th></tr>
<tr>
<td class="ctToc"><br /><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1"><a href="#Macro_FCInfoGlass"><span class="tocnumber">1</span> <span class="toctext">Macro FCInfoGlass</span></a></li>
<li class="toclevel-1 tocsection-1"><a href="#Utilisation"><span class="tocnumber">2</span> <span class="toctext">Utilisation</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Exemples:"><span class="tocnumber">3</span> <span class="toctext">Exemples:</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#Script"><span class="tocnumber">4</span> <span class="toctext">Script</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#Liens"><span class="tocnumber">5</span> <span class="toctext">Liens</span></a></li>
<li class="toclevel-1 tocsection-5"><a href="#Versions"><span class="tocnumber">6</span> <span class="toctext">Versions</span></a></li>
</ul>
</div>
</td></tr>
</table>
<p><br />
</p><p>Donne une série d'informations sur l'objet avec affichage directement dans la vue 3D sans perturber les opérations effectuées sur votre projet.
</p><p><br />
<a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCTransparentInfo_00.FCMacro.png" class="image" title="FCInfoGlass"><img alt="FCInfoGlass" src="480px-Macro_FCTransparentInfo_00.FCMacro.png" width="480" height="285" srcset="/wiki/images/5/5f/Macro_FCTransparentInfo_00.FCMacro.png 1.5x" /></a>
</p>
<div style="clear:both"></div>
<h2><span class="mw-headline" id="Utilisation">Utilisation</span></h2>
<p>Copiez la macro dans votre répertoire de macro. Lancez la macro
sélectionnez un objet et les informations s'affichent dans dans la vue 3D.
</p><p>La macro reste résidente et fonctionnelle jusquà la sortie de FreeCAD.
</p><p><b>Modifiez ces lignes</b> (lines 84 et 85) pour positionner la fenêtre (transparente) de texte dans votre écran.
</p>
<pre>global posiX &#160;; posiX = 900 # position window coordinate X "defaut = 900"
global posiY &#160;; posiY = 190 # position window coordinate Y "defaut = 190" </pre>
<ul><li> 900, 190 = position X, Y du coin supérieur gauche de la fenêtre (transparente)</li></ul>
<p><b>Modifiez cette ligne</b> pour changer la couleur d'affichage (ligne 92)
</p>
<pre>#######################################################################
# Section color #
global colorize &#160;; colorize ="black" # colorize the text choice "defaut = "black"
# "black" "white" "red" "green" "blue" "yellow" "magenta" "cyan" </pre>
<h2><span class="mw-headline" id="Exemples:">Exemples:</span></h2>
<p>Availlable&#160;: <b> "black" "white" "red" "green" "blue" "yellow" "magenta" "cyan" </b>
</p>
<center>
<ul class="gallery mw-gallery-traditional">
<li class="gallerybox" style="width: 335px"><div style="width: 335px">
<div class="thumb" style="width: 330px;"><div style="margin:99.5px auto;"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCInfoGlass_01.png" class="image"><img alt="" src="300px-Macro_FCInfoGlass_01.png" width="300" height="131" srcset="/wiki/images/thumb/5/5c/Macro_FCInfoGlass_01.png/450px-Macro_FCInfoGlass_01.png 1.5x, /wiki/images/thumb/5/5c/Macro_FCInfoGlass_01.png/600px-Macro_FCInfoGlass_01.png 2x" /></a></div></div>
<div class="gallerytext">
<p><b>colorize ="black"</b>
</p>
</div>
</div></li>
<li class="gallerybox" style="width: 335px"><div style="width: 335px">
<div class="thumb" style="width: 330px;"><div style="margin:99.5px auto;"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCInfoGlass_02.png" class="image"><img alt="" src="300px-Macro_FCInfoGlass_02.png" width="300" height="131" srcset="/wiki/images/thumb/5/5f/Macro_FCInfoGlass_02.png/450px-Macro_FCInfoGlass_02.png 1.5x, /wiki/images/thumb/5/5f/Macro_FCInfoGlass_02.png/600px-Macro_FCInfoGlass_02.png 2x" /></a></div></div>
<div class="gallerytext">
<p><b>colorize ="white"</b>
</p>
</div>
</div></li>
</ul>
</center>
<div style="clear:both"></div>
<center>
<ul class="gallery mw-gallery-traditional">
<li class="gallerybox" style="width: 335px"><div style="width: 335px">
<div class="thumb" style="width: 330px;"><div style="margin:99.5px auto;"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCInfoGlass_03.png" class="image"><img alt="" src="300px-Macro_FCInfoGlass_03.png" width="300" height="131" srcset="/wiki/images/thumb/b/b4/Macro_FCInfoGlass_03.png/450px-Macro_FCInfoGlass_03.png 1.5x, /wiki/images/thumb/b/b4/Macro_FCInfoGlass_03.png/600px-Macro_FCInfoGlass_03.png 2x" /></a></div></div>
<div class="gallerytext">
<p><b>colorize ="red"</b>
</p>
</div>
</div></li>
<li class="gallerybox" style="width: 335px"><div style="width: 335px">
<div class="thumb" style="width: 330px;"><div style="margin:99.5px auto;"><a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCInfoGlass_04.png" class="image"><img alt="" src="300px-Macro_FCInfoGlass_04.png" width="300" height="131" srcset="/wiki/images/thumb/2/2f/Macro_FCInfoGlass_04.png/450px-Macro_FCInfoGlass_04.png 1.5x, /wiki/images/thumb/2/2f/Macro_FCInfoGlass_04.png/600px-Macro_FCInfoGlass_04.png 2x" /></a></div></div>
<div class="gallerytext">
<p><b>colorize ="yellow"</b>
</p>
</div>
</div></li>
</ul>
</center>
<div style="clear:both"></div>
<p><br />
Dans cette section de la macro, vous pouvez activer <b>1</b> ou désactiver <b>0</b> l'affichage de certaines informations.
</p><p><b>Exemple&#160;:</b>
</p><p>la ligne est affichée ( = <b>1</b> )
</p>
<pre>global LabelObject &#160;;LabelObject = 1 # Label #3 Label Object </pre>
<p>la ligne n'est pas affichée ( = <b>0</b> )
</p>
<pre>global LabelObject &#160;;LabelObject = 0 # Label #3 Label Object </pre>
<p>La section de modifications, lignes de 79 à 171
</p>
<pre>#######################################################################
global visualiserWindow &#160;; visualiserWindow = 0 # si visualiserWindow = 1 la fenetre est visible (pour test) "defaut = 0"
# if visualiserWindow = 1 the windows is visible (for test) "default = 0"
###Section Configuration ##############################################
# Placement window hidden #
global posiX &#160;; posiX = 900 # position window coordinate X "defaut = 900"
global posiY &#160;; posiY = 190 # position window coordinate Y "defaut = 190"
#######################################################################
global SizeX &#160;; SizeX = 600 # size window length (do not modify) "defaut = 600"
global SizeY &#160;; SizeY = 600 # size window heigth (do not modify) "defaut = 600"
#######################################################################
# Section color #
global colorize &#160;; colorize ="black" # colorize the text choice "defaut = "black"
# "black" "white" "red" "green" "blue" "yellow" "magenta" "cyan"
#######################################################################
# Section inter #
global mode &#160;; mode = 1 # mode 1=degrees mode 0=radians "defaut = 1"
global arondi &#160;; arondi = 4 # many numbers after the decimal point "defaut = 4"
global chaineRemplacement &#160;; chaineRemplacement = "_" # replacement string (1 character) "defaut = "_"
#######################################################################
# section switch
# if switch = 1 then actif (True Displayed) else inactif (False not Displayed)
global PrintReportView &#160;;PrintReportView = 1 # Affichage dans la vue rapport #0 Displayed ReportView
##
global DocumentName &#160;;DocumentName = 1 # Nom du document #1 Document Name
global InternalName &#160;;InternalName = 1 # Nom interne de l'objet #2 Internal Name
global LabelObject &#160;;LabelObject = 1 # Label #3 Label Object
global ElementName &#160;;ElementName = 1 # Nom de l'element #4 Element Name
global ObjectType &#160;;ObjectType = 1 # Type d'objet #5 Object Type
global LineSeparateTitle &#160;;LineSeparateTitle = 1 # ligne de separation des titres ____________ #6 Line Separate of Title
## Object subObject
global ObjectLength &#160;;ObjectLength = 1 # longueur Objet ou perimetre si c est une face #7 Object Length or perimetre if are a face
global ObjectCurveRadius &#160;;ObjectCurveRadius = 1 # rayon du subObject si arc ou cerle #8 radius subObject if arc or cirle
global ObjectCurveCenter &#160;;ObjectCurveCenter = 1 # coordonnees centrale subObject si arc ou cerle #9 coordinates center subObject if arc or cirle
## Draft
global LineDimension &#160;;LineDimension = 1 # Dimensions Line #10 Line Dimension
global DWireDimension &#160;;DWireDimension = 1 # Dimensions DWire #11 DWire Dimension
global CircleDimension &#160;;CircleDimension = 1 # Dimensions Circle #12 Circle Dimension
global CirclePartDimension &#160;;CirclePartDimension = 1 # Dimensions Circle Part #13 Circle Part Dimension
global ArcDimension &#160;;ArcDimension = 1 # Dimensions Arc #14 Arc Dimension
global EllipseDimension &#160;;EllipseDimension = 1 # Dimensions Ellipse #15 Ellipse Dimension
global EllipsePartDimension &#160;;EllipsePartDimension = 1 # Dimensions Ellipse Part #16 Ellipse Part Dimension
global PolygonDimension &#160;;PolygonDimension = 1 # Dimensions Polygon #17 Polygon Dimension
global RectangleDimension &#160;;RectangleDimension = 1 # Dimensions Rectangle #18 Rectangle Dimension
global BSplineDimension &#160;;BSplineDimension = 1 # Dimensions BSpline #19 BSpline Dimension
global PointDimension &#160;;PointDimension = 1 # Dimensions Point #20 Point Dimension
global BezCurveDimension &#160;;BezCurveDimension = 1 # Dimensions BezCurve #21 BezCurve Dimension
## Solid
global CylinderDimension &#160;;CylinderDimension = 1 # Dimensions du Cylindre Rayon Hauteur Angle #22 Cylinder Dimension
global BoxDimension &#160;;BoxDimension = 1 # Dimensions du Box Length Width Height #23 Box Dimension
global SphereDimension &#160;;SphereDimension = 1 # Dimensions de la Sphere #24 Sphere Dimension
global EllipsoidDimension &#160;;EllipsoidDimension = 1 # Dimensions Ellipsoid #25 Ellipsoid Dimension
global ConeDimension &#160;;ConeDimension = 1 # Dimensions du Cone #26 Cone Dimension
global TorusDimension &#160;;TorusDimension = 1 # Dimensions du Tore #27 Torus Dimension
## Part
global PlanePartDimension &#160;;PlanePartDimension = 1 # Dimensions Plan Part #28 Plane Part Dimension
global PrismPartDimension &#160;;PrismPartDimension = 1 # Dimensions Prisme Part #29 Prism Part Dimension
global WedgePartDimension &#160;;WedgePartDimension = 1 # Dimensions Wedge Part #30 Wedge Part Dimension
global HelixPartDimension &#160;;HelixPartDimension = 1 # Dimensions Helix Part #31 Helix Part Dimension
global SpiralPartDimension &#160;;SpiralPartDimension = 1 # Dimensions Spirale Part #32 Spiral Part Dimension
global VertexPartDimensio &#160;;VertexPartDimension = 1 # Dimensions Vertex Part #33 Vertex Part Dimension
global LinePartDimension &#160;;LinePartDimension = 1 # Dimensions Line Part #34 Line Part Dimension
global RegularPolygonPartDimension;RegularPolygonPartDimension = 1 # Dimensions RegularPolygon Part #35 Regular Polygon Part Dimension
## Face
global FaceSurface &#160;;FaceSurface = 1 # Surface de la face #36 Face Surface
global NormalAt &#160;;NormalAt = 1 # Donne la normale (inclinaison) #37 normalAt(0,0) Face and edges normalAt(0)
global FaceCenter &#160;;FaceCenter = 1 # Center Face (mass) #38 Face Center
global BoundBoxFaceVol &#160;;BoundBoxFaceVol = 1 # BoundBoxFace Volume #39 BoundBox Face Volume
global BoundBoxFaceCent &#160;;BoundBoxFaceCent = 1 # BoundBoxFaceCenter #40 BoundBox Face Center
global BoundBoxFaceCoor &#160;;BoundBoxFaceCoor = 1 # BoundBoxFace coordinates #41 BoundBox Face Coordinates
## Volume
global BounBoxVolumeVol &#160;;BounBoxVolumeVol = 1 # rectangle du BoundBox #42 BounBox Volume Volume
global BounBoxVolumeCent &#160;;BounBoxVolumeCent = 1 # centre de la forme #43 BounBox Volume Center
global BounBoxVolumeCoor &#160;;BounBoxVolumeCoor = 1 # boundinbox (dimensions hors tout) #44 BounBox Volume Coordinates
global VolumeObject &#160;;VolumeObject = 1 # volume #45 Volume Object
global CenterMass &#160;;CenterMass = 1 # centre de la masse #46 Center Mass object
global PlacementForme &#160;;PlacementForme = 1 # placement de la forme #47 Placement Forme
global LineInclination &#160;;LineInclination = 1 # search inclination XY YZ ZX uniquement lignes #48 Line Inclination
global VertexesObject &#160;;VertexesObject = 1 # Vertexes de l'objet selectionne #49 Vertexes Object
global VertexesForme &#160;;VertexesForme = 0 # Vertexes complet de la forme #50 Vertexes Forme
# peut prendre du temps, depasser la fenetre et donner des donnees incompletes
# can take time and exceed the window and give data's incompletes
### End Section Switch ####################################################################################################################### </pre>
<p>Après un changement dans la configuration sauvez la macro rechargez là et lancez la macro.
</p><p>Il n'est pas possible pour le moment de quitter la macro.
</p><p>(Pour quitter la macro, sauvez votre projet, fermez FreeCAD et rouvrez FreeCAD)
</p><p>Un clic de la souris sur un objet affiche les informations de cet objet, le nombre d'informations affichées varie si la pièce complète est sélectionnée.
</p><p><b>PS:</b> Il est possible aussi que dans l'environnement Linux il n'est pas possible de cliquer ou avoir accès à l'objet à lintérieur de la fenêtre affichant les informations
</p><p>Il n'y a aucun problèmes dans l'environnement Windows vous pouvez cliquer à l'intérieur de la fenêtre et avoir accès à l'objet sauf sur les caractères affichés
</p><p>pour visualiser cette fenêtre et modifier les dimensions, modifiez&#160;:
</p><p>la <b>ligne 81 visualiserWindow = 1</b>
</p><p>les <b>lignes 87 et 88 SizeX et SizeY</b> pour les dimensions de la fenêtre
</p>
<h2><span class="mw-headline" id="Script">Script</span></h2>
<p>L'icône <b>Macro_FCInfoGlass.FCMacro</b> <a href="https://www.freecadweb.org/wiki/index.php?title=File:Macro_FCInfoGlass.png" class="image" title="FCInfoGlass"><img alt="FCInfoGlass" src="64px-Macro_FCInfoGlass.png" width="64" height="64" srcset="/wiki/images/thumb/6/6b/Macro_FCInfoGlass.png/96px-Macro_FCInfoGlass.png 1.5x, /wiki/images/6/6b/Macro_FCInfoGlass.png 2x" /></a>
</p><p>Copiez le script Gits <a rel="nofollow" class="external text" href="https://gist.github.com/mario52a/553b1fc7a8ca5bfa44c6"><b>Macro_FCInfoGlass.FCMacro</b></a>
</p><p>et copiez la macro Macro_FCInfoGlass.FCMacro et l'icône dans votre répertoire de macros.
</p>
<h2><span class="mw-headline" id="Liens">Liens</span></h2>
<p>La discussion sur le forum <a rel="nofollow" class="external text" href="http://forum.freecadweb.org/viewtopic.php?f=8&amp;t=6005">FCInfo Macro</a>
</p><p>Mes macros sur <a rel="nofollow" class="external text" href="https://gist.github.com/mario52a">mario52a </a> gists
</p>
<h2><span class="mw-headline" id="Versions">Versions</span></h2>
<p><b>28/08/2016 Ver 00.05</b>&#160;: ajout du rayon avec les sousObjets et coordonnées centrales
</p><p><b>25/11/2015 Ver 0.04</b>&#160;: ajout du rayon avec les sousObjets et ajout normalAt(0,0)
</p><p><b>31/08/2015 Ver 0.03</b>&#160;: ajout d'informations
</p><p><b>04/08/2015 Ver 0.02</b>&#160;: ajout des switch et présentation
</p><p><br />
</p>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Macro_FCInfoGlass/fr&amp;oldid=240477">http://www.freecadweb.org/wiki/index.php?title=Macro_FCInfoGlass/fr&amp;oldid=240477</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>