GuiCommand model/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/es|Name=Base_ExampleCommandModel|Workbenches=Wb1,Wb2}}")
(Created page with "==Descripción==")
Line 1: Line 1:
{{GuiCommand/es|Name=Base_ExampleCommandModel|Workbenches=Wb1,Wb2}}
{{GuiCommand/es|Name=Base_ExampleCommandModel|Workbenches=Wb1,Wb2}}


==Description==
==Descripción==


Description
Description

Revision as of 19:09, 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

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)
  • DatosProperties: Properties
{{PropertyData|Properties}} (Code of title Data)
  • VistaProperties: 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