Curves Pipeshell: Difference between revisions

From FreeCAD Documentation
m (Added {{UnfinishedDocu{{#translation:}}}})
(Marked this version for translation)
Line 40: Line 40:
==Properties== <!--T:9-->
==Properties== <!--T:9-->


===Data===
===Data=== <!--T:12-->


<!--T:13-->
{{Properties_Title|Base}}
{{Properties_Title|Base}}


<!--T:14-->
* {{PropertyData|Placement}}: [[Placement|Placement]] is the location and orientation of an object in space.
* {{PropertyData|Placement}}: [[Placement|Placement]] is the location and orientation of an object in space.
* {{PropertyData|Label}}: User name of the object in the [[Tree_view|Tree view]].
* {{PropertyData|Label}}: User name of the object in the [[Tree_view|Tree view]].


<!--T:15-->
{{Properties_Title|Main}}
{{Properties_Title|Main}}


<!--T:16-->
* {{PropertyData|Mode}}: Default is {{Emphasis|Frenet}}. Mode is used to select the sweeping algorithm. Choices: Frenet, DiscreteTrihedron, FixedTrihetron, Binormal, ShapeSupport, AuxiliarySpine.
* {{PropertyData|Mode}}: Default is {{Emphasis|Frenet}}. Mode is used to select the sweeping algorithm. Choices: Frenet, DiscreteTrihedron, FixedTrihetron, Binormal, ShapeSupport, AuxiliarySpine.
* {{PropertyData|Output}}: Default is {{Emphasis|Surface}}. Output determines the shape of the object. Choices: Surface, Sections, Lofted Sections.
* {{PropertyData|Output}}: Default is {{Emphasis|Surface}}. Output determines the shape of the object. Choices: Surface, Sections, Lofted Sections.
Line 54: Line 58:
* {{PropertyData|Spine}}:
* {{PropertyData|Spine}}:


<!--T:17-->
{{Properties_Title|Mode}}
{{Properties_Title|Mode}}


<!--T:18-->
* {{PropertyData|Auxiliary}}:
* {{PropertyData|Auxiliary}}:
* {{PropertyData|Contact}}:
* {{PropertyData|Contact}}:
Line 64: Line 70:
* {{PropertyData|Support}}:
* {{PropertyData|Support}}:


<!--T:19-->
{{Properties_Title|Settings}}
{{Properties_Title|Settings}}


<!--T:20-->
* {{PropertyData|Max Degree}}:
* {{PropertyData|Max Degree}}:
* {{PropertyData|Max Segments}}:
* {{PropertyData|Max Segments}}:

Revision as of 20:00, 6 April 2020

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
Curves → Pipeshell
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Description

The File:Curves PipeShell.svg 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. Invoke the Curves PipeShell command several ways:
  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