Part Spiral

From FreeCAD Documentation
Revision as of 13:51, 15 February 2022 by C4e (talk | contribs) (→‎Data)

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.

Part Spiral

Menu location
Part → Create primitives → Spiral
Workbenches
Part
Default shortcut
None
Introduced in version
0.14
See also
Part Primitives

Description

Usage

The Create Primitives dialogue can be accessed via the Primitives icon located in the Part menu or the Part toolbar, in the Part Workbench.


Notes

Properties

See also: Property editor.

A Part Spiral object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Box

  • DataGrowth (Length): The growth of the spiral. This is the distance between the curves of the spiral.
  • DataRadius (Length): The radius of the spiral. This is the distance between the origin and the start point of the curve.
  • DataRotations (Float): The number of full 360° rotations of the spiral. The rotation direction is counterclockwise.
  • DataSegment Length (Float): The segment length of the spiral.

Limitations

Scripting