|
Menu location |
---|
Sample → Command |
Workbenches |
Wb1,Wb2 |
Default shortcut |
None |
See also |
Wb Command |
Insert here a short description of what the command does.
{{TitleTasks|[[Image:Icon.png|24]] + Text}} (Code for the main title Tasks)
{{PropertyTasks|Tasks}} (Code of title Tasks)
Base
{{TitleProperty|Base}} (Code for the main title Properties)
{{PropertyData|Properties}} (Code of title Data)
{{PropertyView|Properties}} (Code of title View)
Optional
The ExampleCommandModel tool can by used in macros and from the python console by using the following function:
makeExampleCommandModel (Data, Data)
Example:
import FreeCAD, Base Base.makeExampleCommandModel(FreeCAD.Data,FreeCAD.Data)
Optional