Part Offset/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[Part_CompOffsetTools|CompOffsetTools]]
|[[Part_CompOffsetTools|CompOffsetTools]]
|[[Part_Offset2D|2D Offset]]
|[[Part_Offset2D|2D Offset]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_CompOffsetTools.svg
|IconL=Part_CompOffsetTools.png
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_Offset2D.svg
|IconR=Part_Offset2D.svg
Line 13: Line 14:


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand
{{GuiCommand|Name=Part Offset|MenuLocation=Part → 3D Offset||Workbenches=[[Part_Module|Part]], Complete|SeeAlso=[[Part_Thickness|Thickness]], [[Part_Offset2D|Part 2D Offset]]}}
|Name=Part Offset
|MenuLocation=Part → 3D Offset
|Workbenches=[[Part_Workbench|Part]]
|SeeAlso=[[Part_Thickness|Thickness]], [[Part_Offset2D|Part 2D Offset]]
}}
</div>
</div>


Line 32: Line 38:
</div>
</div>


==Notes==
<div class="mw-translate-fuzzy">
==Exemplu==
</div>

* {{PropertyData|Offset}}: Distance to offset the faces of the shape
* {{PropertyData|Mode}}: Mode of creation . Skin creates a new shape around the source shape. Pipe ( todo ) . RectoVerso ( todo )
* {{PropertyData|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.

# 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 example below) .


* [[App_Link|App Link]] objects linked to the appropriate object types and [[App_Part|App Part]] containers with the appropriate visible objects inside can also be used as source objects. {{Version|0.20}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 53: Line 50:


Object with small offset and rounded ( arc ) corners.
Object with small offset and rounded ( arc ) corners.



[[Image:PartOffset0.png|400x200px]] → [[Image:PartOffset1.png|400x200px]]
[[Image:PartOffset0.png|400x200px]] → [[Image:PartOffset1.png|400x200px]]
{{clear}}


Same object with sharp ( intersection ) corners.
Same object with sharp ( intersection ) corners.


[[Image:PartOffset3.png|400x200px]]
[[Image:PartOffset3.png|400x200px]]
{{clear}}


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


[[Image:PartOffset2.png|400x200px]]
[[Image:PartOffset2.png|400x200px]]
{{clear}}


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


[[Image:PartOffset4.png|400x200px]]
[[Image:PartOffset4.png|400x200px]]
{{clear}}


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


[[Image:PartOffset5.png|400x200px]]
[[Image:PartOffset5.png|400x200px]]
{{clear}}


''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.
''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.
[[Image:PartOffset6.png|400x200px]]
[[Image:PartOffset6.png|400x200px]]

{{clear}}
<div class="mw-translate-fuzzy">
==Exemplu==
</div>

* {{PropertyData|Offset}}: Distance to offset the faces of the shape.
* {{PropertyData|Mode}}: Mode of creation. Skin creates a new shape around the source shape. Pipe (todo). RectoVerso (todo).
* {{PropertyData|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.

# Option: Intersection: Allows offsets pointing inwards to "overflow" 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 between 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 example below).




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


{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 16:39, 6 May 2022

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

Descriere

Instrumentul Offset Part 3D creează copii ale unei forme selectate la o anumită distanță față de forma de bază.

Cum se folosește

De completat

Notes

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.

Exemplu

  • DateOffset: Distance to offset the faces of the shape.
  • DateMode: Mode of creation. Skin creates a new shape around the source shape. Pipe (todo). RectoVerso (todo).
  • DateJoin 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 "overflow" 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 between 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 example below).