Modèle GuiCommand

From FreeCAD Documentation
Revision as of 19:02, 23 August 2014 by Renatorivo (talk | contribs) (Created page with "{{GuiCommand/fr|Name=FreeCAD05|Name/fr=Modèle_ExempleDeLaCommande|Workbenches=Wb1,Wb2|MenuLocation=[[ ]]|Shortcut=X|SeeAlso=[[ ]]}}")

Modèle_ExempleDeLaCommande

Emplacement du menu
[[ ]]
Ateliers
Wb1,Wb2
Raccourci par défaut
X
Introduit dans la version
-
Voir aussi
[[ ]]

Description

Description

image

How to use

  1. How to use
  2. How to use

Options

Create Geometry

{{TitleTasks|[[Image:Icon.png|24]] + Text}} (Code for the main title Tasks)
  • TASK Tasks : Tasks
{{PropertyTasks|Tasks}} (Code of title Tasks)
  • Options

Properties

Base

{{TitleProperty|Base}}  (Code for the main title Properties)
  • DonnéesProperties: Properties
{{PropertyData|Properties}} (Code of title Data)
  • VueProperties: Properties
{{PropertyView|Properties}} (Code of title View)

Example

Optional

Scripting

The ExampleCommandModel tool can by used in macros and from the python console by using the following function:

makeExampleCommandModel (Data, Data)
  • Creates a CommandModel using Data.
  • Returns the newly created object.

Example:

import FreeCAD, Base
Base.makeExampleCommandModel(FreeCAD.Data,FreeCAD.Data)

Other

Optional