Translations:Arch Wall/21/es: Difference between revisions

From FreeCAD Documentation
(Created page with "* crea un muro basado en un objeto dado, el cual puede ser un croquis, un objeto de boceto, una cara o un sólido. align puede ser "Center","Left" o "Right". If you provide no...")
 
No edit summary
 
Line 1: Line 1:
* Crea un objeto {{incode|Wall}} a partir del {{incode|baseobj}} dado, que puede ser un [[Draft Workbench|Objeto borrador]], un [[Sketcher Workbench|Sketch]], una cara o un sólido.
* crea un muro basado en un objeto dado, el cual puede ser un croquis, un objeto de boceto, una cara o un sólido. align puede ser "Center","Left" o "Right". If you provide no base object, then you can use numeric values for length, width and height. Face can be used to give the index of a face from the underlying object, to build this wall on, instead of using the whole object.
** Si no se da {{incode|baseobj}}, puedes proporcionar los valores numéricos para el {{incode|length}}, {{incode|width}} (grosor), y {{incode|height}}.
* Returns the created wall, or None if the operation failed.
** Si se da, {{incode|face}} puede usarse para dar el índice de una cara del objeto subyacente, para construir este muro, en lugar de usar todo el objeto.
* {{incode|align}} puede ser {{incode|"Center"}}, {{incode|"Left"}} o {{incode|"Right"}}.
* Devuelve {{incode|None}} si la operación falla.

Latest revision as of 08:15, 14 May 2021

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 Wall)
* Creates a {{incode|Wall}} object from the given {{incode|baseobj}}, which can be a [[Draft Workbench|Draft object]], a [[Sketcher Workbench|Sketch]], a face, or a solid.
** If no {{incode|baseobj}} is given, you can provide the numerical values for the {{incode|length}}, {{incode|width}} (thickness), and {{incode|height}}.
** If given, {{incode|face}} can be used to give the index of a face from the underlying object, to build this wall on, instead of using the whole object.
* {{incode|align}} can be {{incode|"Center"}}, {{incode|"Left"}} or {{incode|"Right"}}.
* It returns {{incode|None}} if the operation fails.
  • Crea un objeto Wall a partir del baseobj dado, que puede ser un Objeto borrador, un Sketch, una cara o un sólido.
    • Si no se da baseobj, puedes proporcionar los valores numéricos para el length, width (grosor), y height.
    • Si se da, face puede usarse para dar el índice de una cara del objeto subyacente, para construir este muro, en lugar de usar todo el objeto.
  • align puede ser "Center", "Left" o "Right".
  • Devuelve None si la operación falla.