Macro FCInfo Alternate Linux: Difference between revisions

From FreeCAD Documentation
(new version, if you do not like it, restore the previous)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>


<!--T:1-->
{{Macro|Icon=FCInfo|Name=Macro FCInfo Alternate Linux|Description=Gives a series of information on the form.|Author=Mario52}}
{{Macro|Icon=FCInfo|Name=Macro FCInfo Alternate Linux|Description=Gives a series of information on the form.|Author=Mario52}}




<!--T:2-->
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.
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.




<!--T:3-->
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.
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.


<!--T:4-->
Download the file here :
Download the file here :


<!--T:5-->
[http://forum.freecadweb.org/download/file.php?id=4453 FCInfo_en_Ver_1-12_No_Docked_Ubuntu.FCMacro.zip]
[http://forum.freecadweb.org/download/file.php?id=4453 FCInfo_en_Ver_1-12_No_Docked_Ubuntu.FCMacro.zip]


<!--T:6-->
[http://forum.freecadweb.org/viewtopic.php?f=10&t=3185&p=48579#p48579 Or on the forum]
[http://forum.freecadweb.org/viewtopic.php?f=10&t=3185&p=48579#p48579 Or on the forum]


<!--T:7-->
The difference between the regular version and the version "Ubuntu" in another type of encoding of the characters above + 128 with the procedure <br />
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 '''² ³ ° µ''' characters that can cause the error "ordinal not in range (128)" on some configurations ?
PS: this version is derived from the original version, the difference is located at the level of encoding '''² ³ ° µ''' characters that can cause the error "ordinal not in range (128)" on some configurations ?


<!--T:8-->
Example :
Example :
</translate>
</translate>
Line 33: Line 41:
<translate>
<translate>


<!--T:9-->
Files saved with this macro are incompatible with the files of the other versions.
Files saved with this macro are incompatible with the files of the other versions.


<!--T:10-->
Both versions can operate independently of the OS used.
Both versions can operate independently of the OS used.



Revision as of 20:11, 19 May 2014

File:FCInfo Macro FCInfo Alternate Linux

Description
Gives a series of information on the form.

Author: Mario52
Author
Mario52
Download
None
Links
Macro Version
1.0
Date last modified
None
FreeCAD Version(s)
None
Default shortcut
None
See also
None


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.


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.

Download the file here :

FCInfo_en_Ver_1-12_No_Docked_Ubuntu.FCMacro.zip

Or on the forum

The difference between the regular version and the version "Ubuntu" in another type of encoding of the characters above + 128 with the procedure
PS: this version is derived from the original version, the difference is located at the level of encoding ² ³ ° µ characters that can cause the error "ordinal not in range (128)" on some configurations ?

Example :

global uniteSs       ; uniteSs       = u"mm²"
global uniteVs       ; uniteVs       = u"mm³"
global uniteAs       ; uniteAs       = u"°"

replace to :

global uniteSs       ; uniteSs       = "mm"+iso8859(unichr(178))
global uniteVs       ; uniteVs       = "mm"+iso8859(unichr(179))
global uniteAs       ; uniteAs       = iso8859(unichr(176))

Files saved with this macro are incompatible with the files of the other versions.

Both versions can operate independently of the OS used.