CAM Area/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "Feature area")
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

{{VeryImportantMessage|This is an unfinished experimental feature. [[Path_experimental|Enable Experimental Features]]}}
{{VeryImportantMessage|This is an unfinished experimental feature. [[Path_experimental|Enable Experimental Features]]}}

{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}

{{Docnav
{{Docnav
|[[Path_SimpleCopy|SimpleCopy]]
|[[Path_3DSurface|3D Surface]]
|[[Path_Area_Workplane|Feature Area Workplane]]
|[[Path_Area_Workplane|Area Workplane]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_3DSurface.svg
|IconL=Path_SimpleCopy.svg
|IconR=Path_Area_Workplane.svg
|IconR=Path_Area_Workplane.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_Path.svg
}}
}}



{{GuiCommand
{{GuiCommand
Line 17: Line 18:
|MenuLocation=Path → Area
|MenuLocation=Path → Area
|Workbenches=[[Path_Workbench|Path]]
|Workbenches=[[Path_Workbench|Path]]
|Shortcut=
|SeeAlso
|Version=
}}
}}


Line 37: Line 35:


===Data===
===Data===

====Area====
====Area====

* {{PropertyData|Operation}}: -
* {{PropertyData|Operation}}: -
* {{PropertyData|Fill}}: -
* {{PropertyData|Fill}}: -
Line 50: Line 50:


====Base====
====Base====

* {{PropertyData|Sources}}: -
* {{PropertyData|Sources}}: -
* {{PropertyData|Placement}}: -
* {{PropertyData|Placement}}: -
Line 55: Line 56:


====Offset====
====Offset====

* {{PropertyData|Offset}}: -
* {{PropertyData|Offset}}: -
* {{PropertyData|ExtraPass}}: -
* {{PropertyData|ExtraPass}}: -
Line 65: Line 67:


====Pocket====
====Pocket====

* {{PropertyData|PocketMode}}: -
* {{PropertyData|PocketMode}}: -
* {{PropertyData|ToolRadius}}: -
* {{PropertyData|ToolRadius}}: -
Line 77: Line 80:


====Section====
====Section====

* {{PropertyData|SectionCount}}: -
* {{PropertyData|SectionCount}}: -
* {{PropertyData|Stepdown}}: -
* {{PropertyData|Stepdown}}: -
Line 85: Line 89:


====libarea====
====libarea====

* {{PropertyData|Tolerance}}: -
* {{PropertyData|Tolerance}}: -
* {{PropertyData|FitArcs}}: -
* {{PropertyData|FitArcs}}: -
Line 96: Line 101:


====HIDDEN====
====HIDDEN====

* {{PropertyData|ExpressionEngine}}: -
* {{PropertyData|ExpressionEngine}}: -
* {{PropertyData|Label2}}: -
* {{PropertyData|Label2}}: -
Line 103: Line 109:


===View===
===View===

Empty
Empty


==Scripting==
==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


Example:


{{Code|
#Place code example here.
}}


Example:
{{Code|code=#Place code example here.}}


{{Docnav
{{Docnav
|[[Path_SimpleCopy|SimpleCopy]]
|[[Path_3DSurface|3D Surface]]
|[[Path_Area_Workplane|Feature area workplane]]
|[[Path_Area_Workplane|Area Workplane]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_3DSurface.svg
|IconL=Path_SimpleCopy.svg
|IconR=Path_Area_Workplane.svg
|IconR=Path_Area_Workplane.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_Path.svg
Line 124: Line 134:
{{Path_Tools_navi{{#translation:}}}}
{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:44, 20 August 2021

Other languages:
This is an unfinished experimental feature. Enable Experimental Features

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.

Path Area

Menu location
Path → Area
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None

Description

Empty

Usage

Empty

Options

Empty

Properties

Data

Area

  • DadosOperation: -
  • DadosFill: -
  • DadosCoplanar: -
  • DadosReorient: -
  • DadosOutline: -
  • DadosExplode: -
  • DadosOpenMode: -
  • DadosDeflection: -
  • DadosSubjectFill: -
  • DadosClipFill: -

Base

  • DadosSources: -
  • DadosPlacement: -
  • DadosLabel: -

Offset

  • DadosOffset: -
  • DadosExtraPass: -
  • DadosStepover: -
  • DadosLastStepover: -
  • DadosJoinType: -
  • DadosEndType: -
  • DadosMiterLimit: -
  • DadosRoundPrecision: -

Pocket

  • DadosPocketMode: -
  • DadosToolRadius: -
  • DadosPocketExtraOffset: -
  • DadosPocketStepover: -
  • DadosPocketLastStepover: -
  • DadosFromCenter: -
  • DadosAngle: -
  • DadosAngleShift: -
  • DadosShift: -
  • DadosThicken: -

Section

  • DadosSectionCount: -
  • DadosStepdown: -
  • DadosSectionOffset: -
  • DadosSectionTolerance: -
  • DadosSectionMode: -
  • DadosProject: -

libarea

  • DadosTolerance: -
  • DadosFitArcs: -
  • DadosSimplify: -
  • DadosCleanDistance: -
  • DadosAccuracy: -
  • DadosUnit: -
  • DadosMinArcPoints: -
  • DadosMaxArcPoints: -
  • DadosClipperScale: -

HIDDEN

  • DadosExpressionEngine: -
  • DadosLabel2: -
  • DadosShape: -
  • DadosVisibility: -
  • DadosWorkPlane: -

View

Empty

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.


Template:Path Tools navi/pt-br