PartDesign SubtractiveLoft: Difference between revisions

From FreeCAD Documentation
(Remove the version template, as the version is already indicated in the GuiCommand template)
m ([[ | ]](Vertical Docnav))
Line 2: Line 2:
<translate>
<translate>
<!--T:15-->
<!--T:15-->
{{Docnav
{{Docnav|[[PartDesign_Groove|Groove]]|[[PartDesign SubtractivePipe|Subtractive pipe]]|[[PartDesign_Workbench|PartDesign]]|IconL=PartDesign Groove.png|IconC=Workbench_PartDesign.svg|IconR=PartDesign SubtractivePipe.png}}
|[[PartDesign_Groove|Groove]]
|[[PartDesign SubtractivePipe|Subtractive pipe]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=PartDesign Groove.png
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign SubtractivePipe.png
}}


<!--T:1-->
<!--T:1-->
Line 44: Line 51:
* {{PropertyData|Midplane}}: N/A
* {{PropertyData|Midplane}}: N/A
* {{PropertyData|Reversed}}: N/A
* {{PropertyData|Reversed}}: N/A
* {{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|Part RefineShape]] for more details.


==Limitations== <!--T:11-->
==Limitations== <!--T:11-->
Line 57: Line 64:


<!--T:14-->
<!--T:14-->
* [[Part Loft Technical Details]] explains how a [[Part Loft]] is created, much of its content is relevant to the PartDesign Subtractive loft.
* [[Part Loft Technical Details|Part Loft Technical Details]] explains how a [[Part Loft|Part Loft]] is created, much of its content is relevant to the PartDesign Subtractive loft.




<!--T:16-->
<!--T:16-->
{{Docnav
{{Docnav|[[PartDesign_Groove|Groove]]|[[PartDesign SubtractivePipe|Subtractive pipe]]|[[PartDesign_Workbench|PartDesign]]|IconL=PartDesign Groove.png|IconC=Workbench_PartDesign.svg|IconR=PartDesign SubtractivePipe.png}}
|[[PartDesign_Groove|Groove]]
|[[PartDesign SubtractivePipe|Subtractive pipe]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=PartDesign Groove.png
|IconC=Workbench_PartDesign.svg
|IconR=PartDesign SubtractivePipe.png
}}


<!--T:17-->
<!--T:17-->

Revision as of 12:21, 12 December 2019

PartDesign SubtractiveLoft

Menu location
Part Design → Subtractive loft
Workbenches
PartDesign
Default shortcut
0.17
Introduced in version
-
See also
Additive loft, Subtractive pipe

Description

Subtractive Loft creates a subtractive solid in the active Body by making a transition between two or more sketches (also referred to as cross-sections). Its shape is then subtracted from the existing solid.

How to use

  1. Press the Subtractive loft 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 Subtractive loft button.
  3. In the Loft parameters, press the Add Section button.
  4. Select a sketch in the 3D view. Repeat to select more sketches.
  5. Set options if needed and click OK.

Options

  • Ruled surface: makes straight transitions between cross-sections. Dos not apply to a loft with two cross-sections. If not checked, transitions will be smooth.
  • Closed: makes a transition from the last cross-section to the first, creating a loop.
  • Press the Remove Section button to remove a sketch, by selecting it in the 3D view.

Properties

  • DataLabel: name given to the operation, this name can be changed at convenience.
  • DataSections: lists the sections used.
  • DataRuled: see Options.
  • DataClosed: see Options.
  • DataMidplane: N/A
  • DataReversed: N/A
  • DataRefine: true or false. If set to true, cleans the solid from residual edges left by features. See Part RefineShape for more details.

Limitations

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

Links