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

From FreeCAD Documentation
No edit summary
No edit summary
 
Line 1: Line 1:
* Crea un oggetto {{incode|Space}} con gli {{incode|objects}} dati, o con un {{incode|baseobj}}, che può essere.
* Crea un oggetto {{incode|Space}} con gli {{incode|objects}} dati, o con un {{incode|baseobj}}, che può essere.
** un oggetto del documento, nel qual caso diventa la forma base dell'oggetto spazio, o
** un oggetto del documento, nel qual caso diventa la forma base dell'oggetto Spazio, o
** un elenco di oggetti selezionati restituiti da {{incode|FreeCADGui.Selection.getSelectionEx()}}, o
** un elenco di oggetti selezionati restituiti da {{incode|FreeCADGui.Selection.getSelectionEx()}}, o
** una lista di tuple {{incode|(object, subobjectname)}}
** una lista di tuple {{incode|(object, subobjectname)}}

Latest revision as of 09:48, 17 November 2023

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 Space con gli objects dati, o con un baseobj, che può essere.
    • un oggetto del documento, nel qual caso diventa la forma base dell'oggetto Spazio, o
    • un elenco di oggetti selezionati restituiti da FreeCADGui.Selection.getSelectionEx(), o
    • una lista di tuple (object, subobjectname)