GuiCommand model/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opciones== * {{PropertyTasks|Length}}:Tareas <nowiki>{{PropertyTasks|Length}}</nowiki> (Código del título) * Opciones")
(Created page with "==Propiedades== * {{PropertyData|Properties}}:Propiedades <nowiki>{{PropertyData|Length}}</nowiki> (Código del título) * {{PropertyView|Properties}}:Propiedades <nowiki> ...")
Line 21: Line 21:
* Opciones
* Opciones


==Properties==
==Propiedades==

{{TitleProperty|Base}}
* {{PropertyData|Properties}}:Propiedades
<nowiki>{{TitleProperty|Base}}</nowiki> (Code for the main title Properties)
* {{PropertyData|Properties}}: Properties
<nowiki>{{PropertyData|Length}}</nowiki> (Código del título)
<nowiki>{{PropertyData|Properties}}</nowiki> (Code of title Data)
* {{PropertyView|Properties}}:Propiedades
* {{PropertyView|Properties}}: Properties
<nowiki> {{PropertyView|Properties}}</nowiki> (Código del título)
<nowiki>{{PropertyView|Properties}}</nowiki> (Code of title View)


==Example==
==Example==

Revision as of 19:10, 23 August 2014

Base_ExampleCommandModel

Ubicación en el Menú
Ninguno
Entornos de trabajo
Wb1,Wb2
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Descripción

Descripción


image


Utilización

  1. Cómo se utiliza
  2. Cómo se utiliza

Opciones

  • TASK Length:Tareas
{{PropertyTasks|Length}} (Código del título)
  • Opciones

Propiedades

  • DatosProperties:Propiedades
{{PropertyData|Length}} (Código del título)
  • VistaProperties:Propiedades
 {{PropertyView|Properties}} (Código del título)

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