Part TopoShape/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Utilizzo ==")
(Created page with "TopoShape è un attributo assegnato ad alcuni App DocumentObjects. In particolare, l'oggetto base che gestisce questi tipi di forme è la Part_Feat...")
Line 13: Line 13:
== Utilizzo ==
== Utilizzo ==


The TopoShape is an attribute that is assigned to some [[App_DocumentObject|App DocumentObjects]]. In particular, the basic object that handles these types of shapes is the [[Part_Feature|Part Feature]] ({{incode|Part::Feature}} class).
TopoShape è un attributo assegnato ad alcuni [[App_DocumentObject/it|App DocumentObjects]]. In particolare, l'oggetto base che gestisce questi tipi di forme è la [[Part_Feature/it|Part Feature]] (classe {{incode|Part::Feature}}).


{{Part Tools navi}}
{{Part Tools navi}}

Revision as of 22:04, 16 December 2019

Introduzione

Una Part TopoShape, o formalmente una Part::TopoShape, è una classe che definisce una "forma topologica" parametrica nel software. Gli oggetti del documento che mostrano qualcosa nella vista 3D normalmente hanno una TopoShape.

The topological shapes, as well as their methods, are defined by the OpenCASCADE Technology kernel (OCCT). FreeCAD uses these shapes, and builds App DocumentObjects around them.

Diagramma semplificato delle relazioni tra gli oggetti principali del programma. La classe Part::TopoShape è incorporata nell'oggetto Part::Feature e da lì viene propagata a tutti gli oggetti che ne derivano.

Utilizzo

TopoShape è un attributo assegnato ad alcuni App DocumentObjects. In particolare, l'oggetto base che gestisce questi tipi di forme è la Part Feature (classe Part::Feature).