Std Part/tr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/tr |Name=Parça |MenuLocation=None |Workbenches=Hepsi |Version=0.17 |SeeAlso=Std Group, PartDesign Body }}")
(Created page with "'''Parça''' , bir grup nesnenin, tek bir birim olarak beraber hareket ettirilebilen, bir çok nesneyi bir arada tutan genel amaçlı konteynerdir. Parça, en çok Parça tasa...")
Line 11: Line 11:
== Tanım ==
== Tanım ==


'''Parça''' , bir grup nesnenin, tek bir birim olarak beraber hareket ettirilebilen, bir çok nesneyi bir arada tutan genel amaçlı konteynerdir. Parça, en çok Parça tasarım gövdeleri, Parça tezgahı nesneleri, Kafes nesneleri, vb. gibi FreeCAD nesnelerini içerebilir.
'''Part''' is a general purpose container that keeps together a group of objects so that they can be moved as a unit. Part can contain most if not any FreeCAD object such as PartDesign Bodies, Part workbench objects, Mesh objects, etc.


Part provides a local coordinate system to which sketches and other objects can be attached.
Part provides a local coordinate system to which sketches and other objects can be attached.

Revision as of 08:36, 2 January 2019

Parça

Menü konumu
None
Tezgahlar
Hepsi
Varsayılan kısayol
Hiçbiri
Versiyonda tanıtıldı
0.17
Ayrıca bkz
Std Group, PartDesign Body

Tanım

Parça , bir grup nesnenin, tek bir birim olarak beraber hareket ettirilebilen, bir çok nesneyi bir arada tutan genel amaçlı konteynerdir. Parça, en çok Parça tasarım gövdeleri, Parça tezgahı nesneleri, Kafes nesneleri, vb. gibi FreeCAD nesnelerini içerebilir.

Part provides a local coordinate system to which sketches and other objects can be attached.

Part is found in the Structure toolbar that is displayed in all workbenches.

introduced in version 0.17

Example uses

  • As an assembly container that groups objects to be manufactured separately then glued or screwed together, like a wooden table.
  • When importing a STEP assembly in FreeCAD, the main assembly and its sub-assemblies are Part containers.
  • A part that is composed of multiple non-fused components, like a ball bearing.

Active Status

A FreeCAD document can contain multiple Parts. Only one Part can be active at a time. An active Part will be displayed in the tree with a light blue background color.

File:Std Part-tree-active.png

Origin

The Origin consists of the three standard axes (X, Y, Z) and three standard planes (XY, XZ and YZ). Sketches can be attached to these planes. All elements inside the Part are referenced to the Part's Origin; which means that the Part can be moved and rotated in reference to the global coordinate system without affecting the placement of elements inside it.

File:PartDesign Body tree-02.png

Visibility Management

The Part's visibility supersedes the visibility of any object it contains. If the Part is hidden, the objects it contains will be hidden as well, even if their visibility is set to true. Multiple objects inside a Part can be visible at a time.

How to use

  • Press the Create part button in the toolbar. The Part automatically becomes active.
  • Double-click the Part in the Model tree to activate or deactivate it.
  • To add objects to a Part, drag & drop them over the Part in the Model tree.
  • To remove objects from a Part, drag & drop them out of the Part and on the document label at the top of the Model tree.

Properties

  • VeriId: ID (Part number) of the item. This field is optional.
  • VeriLicense: the license under which the part is released.
  • VeriLicense URL: the Web address where the terms license can be found.
  • VeriPlacement: specifies the orientation and position of the Part in the 3D space. See Placement.
  • VeriLabel: the Label is the name given to the operation. This name can be changed at your convenience.
  • VeriGroup: lists the referenced objects.

Limitations

  • Even when a Part is active, newly created objects are not placed inside the Part, but at the bottom of the tree. Simply drag & drop them over the Part.
  • A Part has no shape. It is therefore not possible to apply most 3D operations on a Part, such as Part Booleans.
  • At this time, Draft Snaps do not work on selected Part containers or on objects inside a Part container.
  • Redactor's note: at this time, it is unclear whether the Part's active status serves a purpose.