Part Wedge/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:
|[[Part_Prism|Prism]]
|[[Part_Prism|Prism]]
|[[Part_Helix|Helix]]
|[[Part_Helix|Helix]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_Prism.svg
|IconL=Part_Prism.svg
|IconR=Part_Helix.svg
|IconR=Part_Helix.svg
Line 14: Line 14:
|Name=Part Wedge
|Name=Part Wedge
|MenuLocation=Part → Create primitives → Wedge
|MenuLocation=Part → Create primitives → Wedge
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Workbench|Part]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
|SeeAlso=[[Part_Primitives|Part Primitives]]
}}
}}
Line 58: Line 58:
=== More examples for wedges ===
=== More examples for wedges ===
[[File:Wedge_examples.png]]
[[File:Wedge_examples.png]]



{{Docnav
{{Docnav
|[[Part_Prism|Prism]]
|[[Part_Prism|Prism]]
|[[Part_Helix|Helix]]
|[[Part_Helix|Helix]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_Prism.svg
|IconL=Part_Prism.svg
|IconR=Part_Helix.svg
|IconR=Part_Helix.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
}}
}}



{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}

Revision as of 13:04, 25 August 2021

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 Wedge

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

Description

Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.

Usage

Default Size and Placement

Placement: The default orientation places the base in the XZ plane and the top outward in the Y axis direction. The default base corner is the 0,0,0 origin.

Base Face:

  • X : 10 mm
  • Z : 10 mm

Height:

  • Y : 0-10 mm

Top Face:

  • X : 2-8 mm
  • Z : 2-8 mm


Parametric Inputs

Using the default placement, the below inputs are:

  • DataX min/max : Base face X axis span
  • DataY min/max: Wedge height span
  • DataZ min/max : Base face Z axis span
  • DataX2 min/max : Top face X axis span
  • DataZ2 min/max : Top face Z axis span

More examples for wedges