Translations:Arch Space/16/it: Difference between revisions

From FreeCAD Documentation
(Created page with "* Crea un oggetto spazio con gli oggetti indicati. * Gli oggetti possono essere un oggetto del documento, nel qual caso diventa la forma base dell'oggetto spazio, o un elenco...")
(No difference)

Revision as of 21:44, 26 February 2014

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Arch Space)
* Creates a {{incode|Space}} object from the given {{incode|objects}} or {{incode|baseobj}}, which can be
** one document object, in which case it becomes the base shape of the Space object, or
** a list of selection objects as returned by {{incode|FreeCADGui.Selection.getSelectionEx()}}, or
** a list of tuples {{incode|(object, subobjectname)}}
  • Crea un oggetto spazio con gli oggetti indicati.
  • Gli oggetti possono essere un oggetto del documento, nel qual caso diventa la forma base dell'oggetto spazio, o un elenco di oggetti selezionati come viene reso da FreeCADGui.Selection.getSelectionEx(), o una lista di tuple (object, subobjectname).
  • Restituisce l'oggetto spazio appena creato.