Rocket CenteringRing

From FreeCAD Documentation
Revision as of 12:50, 18 February 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.

Centering Ring

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

Description

A Centering Ring is a solid object used to hold one or more body tubes inside another.

Usage

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