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

88 lines
4.4 KiB
HTML

<html><head><title>Macro FCInfo Alternate Linux/cs</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 FCInfo Alternate Linux/cs</h1></div>
<div id="mw-content-text" lang="cs" 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_FCInfo_Alternate_Linux"><a href="https://www.freecadweb.org/wiki/index.php?title=File:FCInfo.png" class="image"><img alt="FCInfo.png" src="32px-FCInfo.png" width="32" height="32" srcset="/wiki/images/thumb/5/53/FCInfo.png/48px-FCInfo.png 1.5x, /wiki/images/5/53/FCInfo.png 2x" /></a> Macro FCInfo Alternate Linux</span></h3>
</td></tr>
<tr>
<th class="ctOdd">Description
</th></tr>
<tr>
<td class="ctEven left macro-description">Gives a series of information on the form.
</td></tr>
<tr>
<th class="ctOdd">Author
</th></tr>
<tr>
<td class="ctEven macro-author"><a href="https://www.freecadweb.org/wiki/index.php?title=User:Mario52" title="User:Mario52">Mario52</a>
</td></tr>
<tr>
<th class="ctOdd">Links
</th></tr>
<tr>
<td class="ctEven"><a href="https://www.freecadweb.org/wiki/index.php?title=Macros_recipes/cs" title="Macros recipes/cs">Makro návody</a><br /><a href="https://www.freecadweb.org/wiki/index.php?title=How_to_install_macros/cs" title="How to install macros/cs">How to install macros</a><br /><a href="https://www.freecadweb.org/wiki/index.php?title=Customize_Toolbars/cs" title="Customize Toolbars/cs">How to customize toolbars</a>
</td></tr>
<tr>
<th class="ctOdd">Version
</th></tr>
<tr>
<td class="ctEven macro-version">1.12
</td></tr>
<tr>
<th class="ctOdd">Date last modification
</th></tr>
<tr>
<td class="ctEven macro-date">2014-03-05
</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_FCInfo_Alternate_Linux"><span class="tocnumber">1</span> <span class="toctext">Macro FCInfo Alternate Linux</span></a></li>
</ul>
</div>
</td></tr>
</table>
<p><br />
</p><p><br />
Gives a series of informations about the selected shape and can display a conversion of length, inclination (degrees, radians, grades, pourcent) shape, surface, volume and the weight of the form in the density selected in different units of quantities international and Anglo-Saxon.
</p><p><br />
The server does not accept for the moment of the more pages of 64 KB and it was impossible to update and restore this page to me.
</p><p>Download the file here&#160;:
</p><p><a rel="nofollow" class="external text" href="http://forum.freecadweb.org/download/file.php?id=4453">FCInfo_en_Ver_1-12_No_Docked_Ubuntu.FCMacro.zip</a>
</p><p><a rel="nofollow" class="external text" href="http://forum.freecadweb.org/viewtopic.php?f=10&amp;t=3185&amp;p=48579#p48579">Or on the forum</a>
</p><p>The difference between the regular version and the version "Ubuntu" in another type of encoding of the characters above + 128 with the procedure <br />
PS: this version is derived from the original version, the difference is located at the level of encoding <b>² ³ ° µ</b> characters that can cause the error "ordinal not in range (128)" on some configurations&#160;?
</p><p>Example&#160;:
</p>
<pre>global uniteSs &#160;; uniteSs = u"mm²"
global uniteVs &#160;; uniteVs = u"mm³"
global uniteAs &#160;; uniteAs = u"°" </pre>
<p>replace to&#160;:
</p>
<pre>global uniteSs &#160;; uniteSs = "mm"+iso8859(unichr(178))
global uniteVs &#160;; uniteVs = "mm"+iso8859(unichr(179))
global uniteAs &#160;; uniteAs = iso8859(unichr(176)) </pre>
<p>Files saved with this macro are incompatible with the files of the other versions.
</p><p>Both versions can operate independently of the OS used.
</p>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Macro_FCInfo_Alternate_Linux/cs&amp;oldid=240471">http://www.freecadweb.org/wiki/index.php?title=Macro_FCInfo_Alternate_Linux/cs&amp;oldid=240471</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>