Constructive solid geometry/it: Difference between revisions

From FreeCAD Documentation
(Created page with "In FreeCAD, questo metodo è per lo più utilizzato con l'ambiente Part, che ha la capacità di creare oggetti primitivi come Part Box/it|parallelepipe...")
(Created page with "{{Caption|Flusso di lavoro della geometria solida costruttiva (CSG); sulle primitive solide può essere fatto qualsiasi numero di operazioni per creare altri oggetti solidi e...")
Line 9: Line 9:
[[Image:Part_Constructive_Solid_Geometry_workflow.svg|800px]]
[[Image:Part_Constructive_Solid_Geometry_workflow.svg|800px]]


{{Caption|Flusso di lavoro della geometria solida costruttiva (CSG); sulle primitive solide può essere fatto qualsiasi numero di operazioni per creare altri oggetti solidi e quindi fonderli o tagliarli fino a produrre la forma finale.}}
{{Caption|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.}}


The [[PartDesign Workbench|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.
The [[PartDesign Workbench|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.

Revision as of 21:11, 5 May 2019

Introduzione

Geometria solida costruttiva (CSG) è un paradigma di modellazione che viene utilizzato in molti sistemi CAD tradizionali. Essenzialmente consiste nell'usare oggetti solidi primitivi e fare operazioni booleane con essi, come fusione, sottrazione e intersezione, al fine di creare una forma finale.

In FreeCAD, questo metodo è per lo più utilizzato con l'ambiente Part, che ha la capacità di creare oggetti primitivi come parallelepipedi, cilindri, e sfere e di fonderli insieme, oppure di usarli per tagliare altri oggetti con strumenti come Taglio. Anche un Corpo creato con l'ambiente PartDesign può essere utilizzato in un'operazione booleana con altri oggetti.

Flusso di lavoro della geometria solida costruttiva (CSG); sulle primitive solide può essere fatto qualsiasi numero di operazioni per creare altri oggetti solidi e quindi fonderli o tagliarli fino a produrre la forma finale.

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.

Esempio

Example of constructive solid geometry (CSG) workflow: primitive parts are fused (union); the intersection of two other primitive parts is calculated (common); the difference (cut) of the two previous shapes is obtained.

Tutorial

The tutorials page provides some examples on creating solids with the Part Workbench that use the CSG method.