MicMac tools : Différence entre versions

De MicMac
Aller à : navigation, rechercher
(About all commands)
Ligne 2 : Ligne 2 :
 
All commands come with an inline Help that can be accessed by typing :
 
All commands come with an inline Help that can be accessed by typing :
  
<code>mm3d CommandName -help</code>
+
<pre>mm3d CommandName -help</pre>
  
 
Commands have Unnamed and Named arguments. The Unnamed are mandatory and must be given in order while the Named can be given in any order. For instance:
 
Commands have Unnamed and Named arguments. The Unnamed are mandatory and must be given in order while the Named can be given in any order. For instance:
  
<code>mm3d CommandName UnnamedValue1 UnnamedValue2 NamedArg1=NamedValue1 NamedArg2=NamedValue2</code>
+
<pre>mm3d CommandName UnnamedValue1 UnnamedValue2 NamedArg1=NamedValue1 NamedArg2=NamedValue2</pre>
  
 
If you have a version of MicMac that include the QT tools (binaries from the [http://logiciels.ign.fr/?Telechargement,20 IGN download page] or self compiled with the QT option activated), each command come with a GUI containing the options to fill and a file selection tool when appropriate. These GUI can be called using the command with a ''v'' prefix:
 
If you have a version of MicMac that include the QT tools (binaries from the [http://logiciels.ign.fr/?Telechargement,20 IGN download page] or self compiled with the QT option activated), each command come with a GUI containing the options to fill and a file selection tool when appropriate. These GUI can be called using the command with a ''v'' prefix:
  
<code>mm3d vCommandName</code>
+
<pre>mm3d vCommandName</pre>
  
 
== Commands ==
 
== Commands ==

Version du 23 février 2016 à 13:36

About all commands

All commands come with an inline Help that can be accessed by typing :

mm3d CommandName -help

Commands have Unnamed and Named arguments. The Unnamed are mandatory and must be given in order while the Named can be given in any order. For instance:

mm3d CommandName UnnamedValue1 UnnamedValue2 NamedArg1=NamedValue1 NamedArg2=NamedValue2

If you have a version of MicMac that include the QT tools (binaries from the IGN download page or self compiled with the QT option activated), each command come with a GUI containing the options to fill and a file selection tool when appropriate. These GUI can be called using the command with a v prefix:

mm3d vCommandName

Commands