App Part/pl: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "Zapoznaj się z informacjami na stronie Std: Część.")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}


== Introduction ==
<span id="Introduction"></span>
==Wprowadzenie==


[[File:Geofeaturegroup.svg|32px]]
[[File:Geofeaturegroup.svg|32px]]


An [[App_Part|App Part]] object, or formally an {{incode|App::Part}}, is an element that allows grouping objects in 3D space.
Obiekt '''App: Część''', lub formalnie {{incode|App::Part}}, jest elementem umożliwiającym grupowanie obiektów w przestrzeni 3D.


Został on opracowany do użytku w złożeniach, ponieważ posiada {{MenuCommand|OdniesieniePołożenia}}, które służy jako odniesienie pozycyjne dla zgrupowanych obiektów.
It was developed to be used in assemblies, as it has an {{MenuCommand|Origin}} which serves as the positional reference for the grouped objects.


[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]


{{Caption|Uproszczony diagram zależności pomiędzy podstawowymi obiektami w programie FreeCAD.}}
{{Caption|Simplified diagram of the relationships between the core objects in the program. The {{incode|App::Part}} class is a simple container that has a position in 3D space, and has an Origin to control the placement of the objects grouped under it.}}


==Usage==
<span id="Usage"></span>
==Użycie==


Zapoznaj się z informacjami na stronie [[Std_Part/pl#Użycie|Std: Część]].
# Press the {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} button. An empty Part is created and automatically becomes ''[[Std_Part#Active_status|active]]''.
# To add objects to a Part, drag and drop them over the Part in the [[tree_view|tree view]].
# To remove objects from a Part, drag them out of the Part, and onto the document label at the top of the [[tree_view|tree view]].


<span id="Properties"></span>
See the [[Std_Part|Std Part]] page for the complete information, including its use in [[Std_Part#Scripting|Scripting]].
==Właściwości==


Zapoznaj się z informacjami na stronie [[Std_Part/pl#Właściwości|Std: Część]].
== Properties ==


An [[App_Part|App Part]] ({{incode|App::Part}} class) is derived from the basic [[App_GeoFeature|App GeoFeature]] ({{incode|App::GeoFeature}} class), therefore it shares most of the latter's properties.


{{Std_Base_navi{{#translation:}}}}
See the full list of properties in the [[Std_Part|Std Part]] page.
{{Document_objects_navi{{#translation:}}}}


{{Std Base navi{{#translation:}}}}
{{Document objects navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 16:10, 30 March 2024

Wprowadzenie

Obiekt App: Część, lub formalnie App::Part, jest elementem umożliwiającym grupowanie obiektów w przestrzeni 3D.

Został on opracowany do użytku w złożeniach, ponieważ posiada OdniesieniePołożenia, które służy jako odniesienie pozycyjne dla zgrupowanych obiektów.

Uproszczony diagram zależności pomiędzy podstawowymi obiektami w programie FreeCAD.

Użycie

Zapoznaj się z informacjami na stronie Std: Część.

Właściwości

Zapoznaj się z informacjami na stronie Std: Część.