Part Wedge: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
=== [[Image:{{{Name}}}.png|32px]] {{{Name}}} ===
{{UnfinishedDocu{{#translation:}}}} <!-- missing docnav -->
|-
<translate>
! class="ctOdd"|Menu location
<!--T:1-->
|-
{{GuiCommand
| class="ctEven"|{{{MenuLocation}}}
|Name=Part Wedge
|-
|MenuLocation=Part → CreatePrimitives → Wedge
! class="ctOdd"|Workbenches
|Workbenches=[[Part_Module|Part]]
|-
|SeeAlso=[[Part_CreatePrimitives|Part CreatePrimitives]]
| class="ctEven"|{{{Workbenches}}}
}}
|-
! class="ctOdd"|Default shortcut
|-
| class="ctEven"|{{{Shortcut|None}}}
|-
! class="ctOdd"|See also
|-
| class="ctEven"|{{{SeeAlso|None}}}
|-
| class="ctToc"|<br/>__TOC__
|}
[[Category:User Documentation|!]]


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


<!--T:2-->
[[Category:Command Reference]]
Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.


==Usage== <!--T:12-->
<noinclude> <!-- Note to editors: Do Not Remove This Line. -->


=== Default Size and Placement === <!--T:3-->
==Usage==
This Template is the main anchor on documenting GuiCommands. It should be inserted as the first line in new documents.


<!--T:4-->
The minimum code required for this template usage is: (sample result to right)
'''Placement:'''
<pre>{{GuiCommand|Name=SampleCommand|MenuLocation=Sample -> Command...|Workbenches=Wb1,Wb2}}</pre>
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.
{{GuiCommand|Name=SampleCommand|MenuLocation=Sample -> Command...|Workbenches=Wb1,Wb2|Shortcut=DefaultShortcut|SeeAlso=OtherTopic}}


<!--T:5-->
Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.
'''Base Face:'''
*X : 10 mm
*Z : 10 mm


<!--T:6-->
The default orientation places the base in the XZ plane and the top outward in the Y axis direction.
'''Height:'''
The default base corner is the 0,0,0 origin.
*Y : 0-10 mm


<!--T:7-->
=== Default Size ===
'''Top Face:'''
*X : 2-8 mm
*Z : 2-8 mm


Base Face:


<!--T:8-->
X - 10 mm
[[File:PartWedgeProperty.png|left]]
{{clear}}


=== Parametric Inputs === <!--T:9-->
Z - 10 mm
{|
| [[File:PartWedgeProperty_Inputs.png]]
|
Using the default placement, the below inputs are:
*{{PropertyData|X min/max}} : Base face X axis span
*{{PropertyData|Y min/max}}: Wedge height span
*{{PropertyData|Z min/max}} : Base face Z axis span
*{{PropertyData|X2 min/max}} : Top face X axis span
*{{PropertyData|Z2 min/max}} : Top face Z axis span
|}


=== More examples for wedges === <!--T:10-->
Height:
[[File:Wedge_examples.png]]


</translate>
Y - 10 mm
{{clear}}


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


{{Userdocnavi{{#translation:}}}}
X - 2-8 mm

Z - 2-8 mm

[[File:PartWedgeProperty.png|left]]
{{clear}}

Revision as of 21:50, 18 February 2020

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 → CreatePrimitives → Wedge
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part CreatePrimitives

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