Part Offset/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 7: Line 7:
{{GuiCommand/it|Name=Part Offset|Name/it=Offset|MenuLocation=Part → Offset 3D||Workbenches=[[Part_Module/it|Part]]|SeeAlso=[[Part_Thickness/it|Spessore]], [[Part_Offset2D/it|Part Offset 2D]]}}
{{GuiCommand/it|Name=Part Offset|Name/it=Offset|MenuLocation=Part → Offset 3D||Workbenches=[[Part_Module/it|Part]]|SeeAlso=[[Part_Thickness/it|Spessore]], [[Part_Offset2D/it|Part Offset 2D]]}}


[[Image:PartOffset0.png|400x200px]] --> [[Image:PartOffset1.png|400x200px]]
[[Image:PartOffset0.png|400x200px]] [[Image:PartOffset1.png|400x200px]]




Line 45: Line 45:


<!--T:9-->
<!--T:9-->
[[Image:PartOffset0.png|400x200px]] --> [[Image:PartOffset1.png|400x200px]]
[[Image:PartOffset0.png|400x200px]] [[Image:PartOffset1.png|400x200px]]
{{clear}}
{{clear}}


Line 81: Line 81:




{{Docnav|[[Part_Loft|Loft]]|[[Part_Offset2D|2D Offset]]|[[Part_Module|Part]]|IconL=Part_Loft.png|IconC=Workbench_Part.svg|IconR=Part_Offset2D.png}}
{{Docnav|[[Part_CompOffsetTools|CompOffsetTools]]|[[Part_Offset2D|2D Offset]]|[[Part_Module|Part]]|IconL=Part_CompOffsetTools.png|IconC=Workbench_Part.svg|IconR=Part_Offset2D.png}}


{{Part Tools navi}}
{{Part Tools navi}}

Revision as of 18:39, 8 March 2019

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.

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.

Offset

Posizione nel menu
Part → Offset 3D
Ambiente
Part
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Spessore, Part Offset 2D


Descrizione

Lo strumento Offset 3D di Parte crea delle copie di una forma selezionata ad una data distanza dalla forma di base.

Utilizzo

Da fare

Esempio

  1. Offset  : Distance to offset the faces of the shape
  2. Mode  : Mode of creation . Skin creates a new shape around the source shape. Pipe ( todo ) . RectoVerso ( todo )
  3. Join type : How the new corners are build up. Intersection gives sharp corners by linear extension of the edges. Arc and Tangent give rounded corners.
  1. Option ː Intersection ː Allows offsets pointing inwards to "overflood" the gap by intersecting the resulting shape until opposite faces are reached.
  2. Option ː Self Intersection ː ( todo )
  3. Option ː Fill Offset ː When the shape was 2 dimensional , the gap inbetween the 2 shapes gets filled. The fill is now a solid, hence the source shape is not a solid . Thus boolean operations may lead to strange results. ( see exapmple ) .



Object with small offset and rounded ( arc ) corners.


Same object with sharp ( intersection ) corners.

Same object with thick distance overfilling the front left gap and allowed intersections.

Arbitrary shape ( draft poly as wire ) with a 3D Offset ( ignores MODE param )

same shape with a 3D Offset as SKIN and filled offset

filled offset with 2 Cylinders creating boolean cuts. Cylinder A goes through the FILL whilst Cylinder B only goes thru the FILL and NOT through the source 2D shape.