Part Offset: Difference between revisions

From FreeCAD Documentation
No edit summary
m ({{Docnav|[[Part_CompOffsetTools)
(17 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{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}}


<!--T:2-->
<!--T:2-->
{{GuiCommand|Name=Part Offset|MenuLocation=Part → 3D Offset||Workbenches=[[Part_Module|Part]]|SeeAlso=[[Part_Thickness|Thickness]], [[Part_Offset2D|Part 2D Offset]]}}
{{GuiCommand|Name=Part Offset|MenuLocation=Part → 3D Offset||Workbenches=[[Part_Module|Part]]|SeeAlso=[[Part_Thickness|Thickness]], [[Part_Offset2D|Part 2D Offset]]}}


<!--T:15-->
[[Image:PartOffset0.png|400x200px]] --> [[Image:PartOffset1.png|400x200px]]
[[Image:PartOffset0.png|400x200px]] [[Image:PartOffset1.png|400x200px]]




Line 14: Line 15:


<!--T:4-->
<!--T:4-->
The Part 3D Offset tool creates copies of a selected shape at a certain distance from the base shape, giving a new Element.
The Part 3D Offset tool creates parallel copies of a selected shape at a certain distance from the base shape, giving a new object.


==How to use== <!--T:5-->
==How to use== <!--T:5-->


<!--T:6-->
<!--T:6-->
Select the Object you want to create the offset from.
ToDo
# Press the {{KEY|[[Image:Part_Offset.svg|16px]] '''3D Offset'''}} button. and adjust distance and parameters depending on the original object and the resulting objects validity.

==Properties== <!--T:7-->

<!--T:16-->
# Offset : Distance to offset the faces of the shape
# Mode : Mode of creation . Skin creates a new shape around the source shape. Pipe ( todo ) . RectoVerso ( todo )
# 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.

<!--T:17-->
# Option ː Intersection ː Allows offsets pointing inwards to "overflood" the gap by intersecting the resulting shape until opposite faces are reached.
# Option ː Self Intersection ː ( todo )
# 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 ) .




==Example== <!--T:8-->

<!--T:18-->
Object with small offset and rounded ( arc ) corners.



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


<!--T:8-->
<!--T:19-->
Same object with sharp ( intersection ) corners.


</translate>
<!--T:10-->
[[Image:PartOffset3.png|400x200px]]
{{clear}}
<translate>


<!--T:20-->
Same object with thick distance overfilling the front left gap and allowed intersections.


</translate>
[[Image:PartOffset0.png|400x200px]] <--> [[Image:PartOffset1.png|400x200px]]
<!--T:11-->
[[Image:PartOffset2.png|400x200px]]
{{clear}}
{{clear}}
<translate>


<!--T:21-->
Arbitrary shape ( draft poly as wire ) with a 3D Offset ( ignores MODE param )

</translate>
<!--T:11-->
[[Image:PartOffset4.png|400x200px]]
{{clear}}
<translate>
<translate>


<!--T:9-->
<!--T:22-->
same shape with a 3D Offset as SKIN and ''filled'' offset
{{Docnav|[[Part_Loft|Loft]]|[[Part_Offset2D|2D Offset]]|[[Part_Module|Part]]|IconL=Part_Loft.png|IconC=Workbench_Part.svg|IconR=Part_Offset2D.png}}


</translate>
<!--T:10-->
<!--T:11-->
{{Part Tools navi}}
[[Image:PartOffset5.png|400x200px]]
{{clear}}
<translate>


<!--T:23-->
''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.
</translate>
<!--T:11-->
<!--T:11-->
[[Image:PartOffset6.png|400x200px]]
{{clear}}
<translate>




<!--T:12-->
{{Docnav|[[Part_CompOffsetTools|CompOffsetTools]]|[[Part_Offset2D|2D Offset]]|[[Part_Module|Part]]|IconL=Part_CompOffsetTools.png|IconC=Workbench_Part.svg|IconR=Part_Offset2D.png}}

<!--T:13-->
{{Part Tools navi}}

<!--T:14-->
{{Userdocnavi}}
{{Userdocnavi}}



Revision as of 18:38, 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.

Part Offset

Menu location
Part → 3D Offset
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Thickness, Part 2D Offset


Description

The Part 3D Offset tool creates parallel copies of a selected shape at a certain distance from the base shape, giving a new object.

How to use

Select the Object you want to create the offset from.

  1. Press the 3D Offset button. and adjust distance and parameters depending on the original object and the resulting objects validity.

Properties

  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 ) .



Example

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.