Curves Pipeshell

From FreeCAD Documentation
Revision as of 18:26, 9 May 2021 by David69 (talk | contribs)
(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.

Curves Pipeshell

Menu location
Surfaces → Pipeshell
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Description

The Curves Pipeshell creates a Pipeshell sweep object. This tool is part of the external workbench called Curves.

Usage

  1. Switch to the Curves workbench (install from Addon Manager is necessary, if not previously installed)
  2. Select the edge that builds the sweep path in the 3D view
  3. Select one or more required profiles in the Tree view
  4. To invoke the command, do one of the following:
  5. Change the Pipeshell parameter to the required conditions

Properties

Data

Base

  • DataPlacement: Placement is the location and orientation of an object in space.
  • DataLabel: User name of the object in the Tree view.

Main

  • DataMode: Default is Frenet. Mode is used to select the sweeping algorithm. Choices: Frenet, DiscreteTrihedron, FixedTrihetron, Binormal, ShapeSupport, AuxiliarySpine.
  • DataOutput: Default is Surface. Output determines the shape of the object. Choices: Surface, Sections, Lofted Sections.
  • DataProfile: List of the used profiles.
  • DataSpine:

Mode

  • DataAuxiliary:
  • DataContact:
  • DataCorrected:
  • DataDirection:
  • DataEqui Curvi:
  • DataLocation:
  • DataSupport:

Settings

  • DataMax Degree:
  • DataMax Segments:
  • DataSamples:
  • DataSolid: Default is False
  • DataTol3d: Default is 0.00.
  • DataTol Ang: Default is 0.00.
  • DataTol Bound: Default is 0.00.

Notes

  • Pipeshell needs a wire object (as the sweep path), and at least one Pipeshell Profile.
  • The two tools Pipeshell and Pipeshell Profile work together as an "Advanced" Sweep tool.

Limitations

Scripting