Rocket Bulkhead: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 17: Line 17:
|MenuLocation=Rocket → Bulkhead
|MenuLocation=Rocket → Bulkhead
|Workbenches=[[Rocket_Workbench|Rocket Workbench]]
|Workbenches=[[Rocket_Workbench|Rocket Workbench]]
|SeeAlso= <!--add links to similar commands; delete this row if not used-->
|Version=0.19
|Version=0.19
}}
}}
Line 33: Line 32:
# Set options and press {{Button|OK}}.
# Set options and press {{Button|OK}}.


== Options ==

* Optional. List the command options here. Check out two examples, {{Button|[[Image:Draft_Line.svg|16px]] [[Draft_Line|Draft Line]]}} and {{Button|[[Image:PartDesign_Pad.svg|16px]] [[PartDesign_Pad|PartDesign Pad]]}}.

== Example ==

Optional.

== Notes ==

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


== Properties ==
== Properties ==


{{TitleProperty|Rocket Component}}
=== Data ===


These parameters are provided for information and have no effect on the design of the component.
{{TitleProperty|Property Group}}


* {{PropertyData|Property Name 1}}: Description of the property
* {{PropertyData|Manufacturer}}: Manufacturer when known
* {{PropertyData|Part Number}}: Manufacturer part number
* {{PropertyData|Description}}: Description of the component
* {{PropertyData|Material}}: Material when known


{{TitleProperty|Bulkhead}}
=== View ===


* {{PropertyData|Diameter}}: The outer diameter of the bulkhead
{{TitleProperty|Property Group}}
* {{PropertyData|Thickness}}: The thickness, not including any step, of the bulkhead

* {{PropertyData|Step}}: True when the bulkhead includes a step, see [[#Options|Options]]
* {{PropertyView|Property Name 2}}: Description of the property
* {{PropertyData|Step Diameter}}: The outer diameter of the step
* {{PropertyData|Step Thickness}}: The thickness, not including the bulkhead thickness, of the step
* {{PropertyData|Holes}}: True when the the bulkhead has one or more holes, see [[#Options|Options]]
* {{PropertyData|Hole Diameter}}: The diameter of the hole
* {{PropertyData|Hole Center}}: The distance from the center of the hole to the center of the bulkhead
* {{PropertyData|Hole Count}}: The number of holes applied in a radial pattern around the center of the bulkhead
* {{PropertyData|Hole Offset}}: Offset from 0 degrees of the first hole


== Scripting ==
== Scripting ==
Line 63: Line 61:
See also: [[:Category:API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
See also: [[:Category:API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


TBD
The ExampleCommandModel tool can be used in [[Macros|macros]] and from the [[Python|Python]] console by using the following function:

</translate>
{{Code|code=
Object = makeExampleCommandModel(Data1, Data2)
}}
<translate>

* Creates an {{incode|Object}} using {{incode|Data1}} and {{incode|Data2}}.

Example:

</translate>
{{Code|code=
import FreeCAD, Base

Model = Base.makeExampleCommandModel(FreeCAD.Data1, FreeCAD.Data2)
}}
<translate>


== Tutorials and Learning ==
== Tutorials and Learning ==

Revision as of 17:03, 18 February 2021

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.


Properties

Rocket Component

These parameters are provided for information and have no effect on the design of the component.

  • DataManufacturer: Manufacturer when known
  • DataPart Number: Manufacturer part number
  • DataDescription: Description of the component
  • DataMaterial: Material when known

Bulkhead

  • DataDiameter: The outer diameter of the bulkhead
  • DataThickness: The thickness, not including any step, of the bulkhead
  • DataStep: True when the bulkhead includes a step, see Options
  • DataStep Diameter: The outer diameter of the step
  • DataStep Thickness: The thickness, not including the bulkhead thickness, of the step
  • DataHoles: True when the the bulkhead has one or more holes, see Options
  • DataHole Diameter: The diameter of the hole
  • DataHole Center: The distance from the center of the hole to the center of the bulkhead
  • DataHole Count: The number of holes applied in a radial pattern around the center of the bulkhead
  • DataHole Offset: Offset from 0 degrees of the first hole

Scripting

See also: Category:API and FreeCAD Scripting Basics.

TBD

Tutorials and Learning

Rocket Workbench Body Tubes, Bulkheads, and Centering Rings Tutorial on YouTube