88 lines
4.2 KiB
HTML
88 lines
4.2 KiB
HTML
<html><head><title>Macro FCInfo Alternate Linux</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</h1></div>
|
|
|
|
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><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="Macros_recipes.html" title="Macros recipes">Macros recipes</a><br /><a href="How_to_install_macros.html" title="How to install macros">How to install macros</a><br /><a href="Customize_Toolbars.html" title="Customize Toolbars">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 :
|
|
</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&t=3185&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 ?
|
|
</p><p>Example :
|
|
</p>
|
|
<pre>global uniteSs  ; uniteSs = u"mm²"
|
|
global uniteVs  ; uniteVs = u"mm³"
|
|
global uniteAs  ; uniteAs = u"°" </pre>
|
|
<p>replace to :
|
|
</p>
|
|
<pre>global uniteSs  ; uniteSs = "mm"+iso8859(unichr(178))
|
|
global uniteVs  ; uniteVs = "mm"+iso8859(unichr(179))
|
|
global uniteAs  ; 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&oldid=240464">http://www.freecadweb.org/wiki/index.php?title=Macro_FCInfo_Alternate_Linux&oldid=240464</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> |