Constructive solid geometry/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Poradniki==")
(Created page with "Strona Poradniki zawiera kilka przykładów tworzenia brył za pomocą środowiska pracy 24px Część, kt...")
Line 24: Line 24:
==Poradniki==
==Poradniki==


The [[tutorials]] page provides some examples on creating solids with the [[Image:Workbench_Part.svg|24px]] [[Part Workbench|Part Workbench]] that use the '''CSG''' method.
Strona [[Tutorials/pl|Poradniki]] zawiera kilka przykładów tworzenia brył za pomocą środowiska pracy [[Image:Workbench_Part.svg|24px]] [[Part_Workbench/pl|Część]], które wykorzystują metodę '''CSG'''.
* [[Manual:Traditional modeling, the CSG way|Traditional modeling, the CSG way]]
* [[Manual:Traditional_modeling,_the_CSG_way/pl|Podręcznik:Modelowanie tradycyjne, według CSG]]
* [[Whiffle_Ball_tutorial/pl|Poradnik: Kula Whiffle]]
* [[Whiffle Ball tutorial|Wiffle ball tutorial]]
* [[Basic_modeling_tutorial/pl|Poradnik: Podstawy modelowania]]
* [[Basic modeling tutorial|Basic modeling tutorial]]


[[Category:Common Questions{{#translation:}}]]
[[Category:Common Questions{{#translation:}}]]

Revision as of 16:30, 29 August 2021

Wprowadzenie

Constructive solid geometry (CSG) is a modelling paradigm that is used in many traditional CAD systems. It essentially consists of using primitive solid objects and doing boolean operations with them, such as fusion, subtraction and intersection, in order to create a final shape.

In FreeCAD, this method is mostly utilized with the Part Workbench, which has the ability of creating primitive objects like boxes, cylinders, and spheres and fuse them together, or use them to cut other objects with tools like Part Cut.

Constructive solid geometry (CSG) workflow; any number of operations can be done on solid primitives to create other solid objects, and then fuse or cut them until the final shape is produced.

Alternatively, the PartDesign Workbench uses a more modern approach than simple CSG; this method is called feature editing, which means creating a base solid, and then adding sequential parametric transformations to obtain a final body.

Note: A PartDesign Body created with the PartDesign Workbench can also be used in a boolean operation with other objects.

Przykład

Przykład przepływu pracy z wykorzystaniem geometrii brył konstrukcyjnych (CSG):
elementy pierwotne są łączone (połączenie). Obliczany jest punkt przecięcia dwóch innych elementów pierwotnych (wspólny),
otrzymywana jest różnica (przecięcie) dwóch poprzednich kształtów.

Poradniki

Strona Poradniki zawiera kilka przykładów tworzenia brył za pomocą środowiska pracy Część, które wykorzystują metodę CSG.