PartDesign AdditivePipe: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 1: Line 1:
{{Template:UnfinishedDocu}}
{{Template:UnfinishedDocu}}
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=PartDesign AdditivePipe|Workbenches=[[PartDesign Workbench|PartDesign]], Complete|MenuLocation=PartDesign → Additive pipe|Shortcut=None|SeeAlso=[[PartDesign AdditiveLoft]]}}
{{GuiCommand|Name=PartDesign AdditivePipe|Workbenches=[[PartDesign Workbench|PartDesign]], Complete|MenuLocation=PartDesign → Additive pipe|Shortcut=None|SeeAlso=[[PartDesign AdditiveLoft]]}}


==Description==
==Description== <!--T:2-->


<!--T:3-->
'''Additive Pipe''' creates a solid in the active Body by sweeping one or more sketches (also referred to as cross-sections) along an open or closed path. If the Body already contains features, the additive pipe will be merged to them.
'''Additive Pipe''' creates a solid in the active Body by sweeping one or more sketches (also referred to as cross-sections) along an open or closed path. If the Body already contains features, the additive pipe will be merged to them.


<!--T:4-->
{{Version|0.17}}
{{Version|0.17}}
</translate>
</translate>
[[File:PartDesign AdditivePipe example.svg|none]]
[[File:PartDesign AdditivePipe example.svg|none]]
<translate>
<translate>
<!--T:5-->
''On the left: cross-sections (A) and (B) to be swept along path (C); resulting Additive pipe on the right.''
''On the left: cross-sections (A) and (B) to be swept along path (C); resulting Additive pipe on the right.''


==How to use==
==How to use== <!--T:6-->


<!--T:7-->
# Press the {{KEY|[[Image:PartDesign AdditivePipe.png|24px]] '''Additive pipe'''}} button.
# Press the {{KEY|[[Image:PartDesign AdditivePipe.png|24px]] '''Additive pipe'''}} button.
# In the '''Select feature''' dialog, select a sketch to be used as first cross-section and click {{KEY|OK}}.
# In the '''Select feature''' dialog, select a sketch to be used as first cross-section and click {{KEY|OK}}.
Line 24: Line 29:
# Set options if needed and click {{KEY|OK}}.
# Set options if needed and click {{KEY|OK}}.


==Options==
==Options== <!--T:8-->


==Properties==
==Properties== <!--T:9-->


<!--T:10-->
* {{PropertyData|Label}}: name given to the operation, this name can be changed at convenience.
* {{PropertyData|Label}}: name given to the operation, this name can be changed at convenience.
* {{PropertyData|Refine}}: true or false. If set to true, cleans the solid from residual edges left by features. See [[Part RefineShape]] for more details.
* {{PropertyData|Refine}}: true or false. If set to true, cleans the solid from residual edges left by features. See [[Part RefineShape]] for more details.
Line 39: Line 45:
* {{PropertyData|Transformation}}:
* {{PropertyData|Transformation}}:


==Limitations==
==Limitations== <!--T:11-->


<!--T:12-->
* Sketches used for cross-sections must form closed profiles.
* Sketches used for cross-sections must form closed profiles.
* It is not possible to use a vertex as cross-section.
* It is not possible to use a vertex as cross-section.

Revision as of 21:32, 7 February 2018

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.

PartDesign AdditivePipe

Menu location
PartDesign → Additive pipe
Workbenches
PartDesign, Complete
Default shortcut
None
Introduced in version
-
See also
PartDesign AdditiveLoft

Description

Additive Pipe creates a solid in the active Body by sweeping one or more sketches (also referred to as cross-sections) along an open or closed path. If the Body already contains features, the additive pipe will be merged to them.

introduced in version 0.17

On the left: cross-sections (A) and (B) to be swept along path (C); resulting Additive pipe on the right.

How to use

  1. Press the Additive pipe button.
  2. In the Select feature dialog, select a sketch to be used as first cross-section and click OK.
    • Alternatively, a single sketch can be selected prior to pressing the Additive pipe button.
  3. In the Pipe parameters under Profile, press the Object button.
  4. Select the sketch to be used as path in the 3D view:
    • Alternatively, edges of the body can be selected by pressing Add Edge and selecting edges in the 3D view.
  5. To use more than one cross-section, under Section transformation set the Transform mode to Multisection; press Add Section then select a sketch in the 3D view. Repeat for each additional cross-section.
  6. Set options if needed and click OK.

Options

Properties

  • DataLabel: name given to the operation, this name can be changed at convenience.
  • DataRefine: true or false. If set to true, cleans the solid from residual edges left by features. See Part RefineShape for more details.
  • DataSections: lists the sections used.
  • DataSpine Tangent: true or false (default). True extends the path to include tangent edges.
  • DataAuxiliary Spine Tangent: true or false (default). True extends the auxiliary path to include tangent edges.
  • DataAuxiliary Curvelinear: true or false (default). True calculates normal between equidistant points on both spines.
  • DataMode: profile mode. See Options.
  • DataBinormal:
  • DataTransition:
  • DataTransformation:

Limitations

  • Sketches used for cross-sections must form closed profiles.
  • It is not possible to use a vertex as cross-section.
  • A cross-section cannot lie on the same plane as the one immediately preceding it.
  • To better control the shape of the pipe, it is recommended that all the cross-sections have the same number of segments. For example, for a pipe between a rectangle and a circle, the circle may be broken down into 4 connected arcs.