Rocket Vent Hole Size Calculator

From FreeCAD Documentation
Revision as of 03:38, 10 March 2021 by DavesRocketShop (talk | contribs) (Created page with "<languages/> {{UnfinishedDocu}} <translate> {{Docnav |PreviousCommand |NextCommand |Rocket Workbench |IconL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Bulkhead

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

Description

A bulkhead is a solid section of material used to close off a section of body tube, or to provide a base for a nose cone.

Usage

  1. There are several ways to invoke the command:
    • Press the Bulkhead button.
    • Select the Rocket → Bulkhead option from the menu.
    • Double click on a Bulkhead 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)

Other

Optional.


Template:Workbench Tools navi