Rocket Fin

From FreeCAD Documentation
Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Fin

Menu location
Rocket → Fin
Workbenches
Rocket Workbench
Default shortcut
None
Introduced in version
0.19
See also
None

Description

Fins are used to aerodynamically control the direction of flight.

Usage

  1. There are several ways to invoke the command:
    • Press the Fin button.
    • Select the Rocket → Fin option from the menu.
    • Double click on a Fin object in the model view.
  2. Set options and press OK.

Options

Example

Optional.

Notes

  • Optional. Use a bullet list if there are multiple items. You can also mention limitations here.

Properties

Data

Property Group

  • DataProperty Name 1: Description of the property

View

Property Group

  • ViewProperty Name 2: Description of the property

Scripting

See also: Category:API and FreeCAD Scripting Basics.

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

Object = makeExampleCommandModel(Data1, Data2)
  • Creates an Object using Data1 and Data2.

Example:

import FreeCAD, Base

Model = Base.makeExampleCommandModel(FreeCAD.Data1, FreeCAD.Data2)

Tutorials and Learning

TBD