Part Wedge: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 1: Line 1:
=== [[Image:{{{Name}}}.png|32px]] {{{Name}}} ===
|-
! class="ctOdd"|Menu location
|-
| class="ctEven"|{{{MenuLocation}}}
|-
! class="ctOdd"|Workbenches
|-
| 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|!]]



[[Category:Command Reference]]

<noinclude> <!-- Note to editors: Do Not Remove This Line. -->

==Usage==
This Template is the main anchor on documenting GuiCommands. It should be inserted as the first line in new documents.

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


Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.
Create a parametric Wedge object. This Wedge defaults to a larger square base and a smaller square top.
Line 5: Line 37:
The default orientation places the base in the XZ plane and the top outward in the Y axis direction.
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.
The default base corner is the 0,0,0 origin.

{{GuiCommand|Name=Part_Wedge|Workbenches=[[Part Module|Part]], [[OpenSCAD_Module|OpenSCAD]]|MenuLocation=Part → [[Part_CreatePrimitives|Create Primitives]] → Wedge|
SeeAlso=...}}


=== Default Size ===
=== Default Size ===

Revision as of 17:03, 28 December 2013

[[Image:{{{Name}}}.png|32px]] {{{Name}}}

 |-
 ! class="ctOdd"|Menu location
 |-
 | class="ctEven"|{{{MenuLocation}}}
 |-
 ! class="ctOdd"|Workbenches
 |-
 | class="ctEven"|{{{Workbenches}}}
 |-
 ! class="ctOdd"|Default shortcut
 |-
 | class="ctEven"|None
 |-
 ! class="ctOdd"|See also
 |-
 | class="ctEven"|None
 |-

| class="ctToc"|

|}


Usage

This Template is the main anchor on documenting GuiCommands. It should be inserted as the first line in new documents.

The minimum code required for this template usage is: (sample result to right)

{{GuiCommand|Name=SampleCommand|MenuLocation=Sample -> Command...|Workbenches=Wb1,Wb2}}

SampleCommand

Menu location
Sample -> Command...
Workbenches
Wb1,Wb2
Default shortcut
DefaultShortcut
Introduced in version
-
See also
OtherTopic

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

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.

Default Size

Base Face:

X - 10 mm

Z - 10 mm

Height:

Y - 10 mm

Top Face:

X - 2-8 mm

Z - 2-8 mm