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

From FreeCAD Documentation
No edit summary
No edit summary
 
Line 1: Line 1:
Los objetos de muro heredan las propiedades de los objetos [[Part Module/es|Pieza]] y también tienen las siguientes propiedades adicionales:
!!FUZZY!!Los objetos de muro heredan las propiedades de los objetos [[Part_Workbench/es|Pieza]] y también tienen las siguientes propiedades adicionales:
* {{PropertyData/es|Align}}: La alineación del muro en su línea base: izquierda, derecha o centro
* {{PropertyData/es|Align}}: La alineación del muro en su línea base: izquierda, derecha o centro
* {{PropertyData/es|Base}}: El objeto base sobre el que está construido este muro
* {{PropertyData/es|Base}}: El objeto base sobre el que está construido este muro

Latest revision as of 19:43, 29 August 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)
* {{PropertyData|Align}}: The alignment of the wall on its baseline: Left, Right or Center.
* {{PropertyData|Area}}: Area of the whole wall, separation into blocks makes no difference (read-only).
* {{PropertyData|Face}}: The index of the face from the base object to use. If the value is not set or 0, the whole object is used.
* {{PropertyData|Height}}: The height of the wall. Ignored if the wall is based on a solid. If set to zero, and the wall is inside a [[Arch Floor|floor]] object with its height defined, the wall will automatically take the value of the floor height.
* {{PropertyData|Length}}: The length of the wall. Read-only if the wall is not based on an unconstrained sketch with a single edge, or on a [[Draft_Wire|Draft Wire]] with a single edge.
* {{PropertyData|Normal}}: The extrusion direction for the wall. If set to (0,0,0), the extrusion direction is automatic.
* {{PropertyData|Offset}}: The distance between the wall and its baseline. Works only if the '''Align''' property is set to Right or Left.
* {{PropertyData|Override Align}}:
* {{PropertyData|Override Width}}: This overrides the {{PropertyData|Width}} attribute to set the width of each wall segment. Ignored if the {{PropertyData|Base}} object provides widths information with the {{Incode|getWidths()}} method. The 1st value overrides the {{PropertyData|Width}} for the 1st segment of wall, this value is also used instead of any zero values in the rest of the list.
* {{PropertyData|Width}}: The width of the wall. Ignored if the wall is based on a face or a solid.

!!FUZZY!!Los objetos de muro heredan las propiedades de los objetos Pieza y también tienen las siguientes propiedades adicionales:

  • DATOSAlign: La alineación del muro en su línea base: izquierda, derecha o centro
  • DATOSBase: El objeto base sobre el que está construido este muro
  • DATOSFace: El índice de la cara desde el objeto base a usar. Si el valor no está establecido o es 0, se usa el objeto completo
  • DATOSForce Wire: Si es verdadero, y el muro se basa en una cara, solo se usa el borde de la cara, lo que da como resultado una pared que bordea la cara
  • DATOSLength: La longitud del muro (no se usa cuando el muro está basada en un objeto)
  • DATOSWidth: El ancho del muro (no se usa cuando el muro se basa en una cara)
  • DATOSHeight: La altura del muro (no se usa cuando el muro está basado en un sólido). Si no se da altura, y el muro está dentro de un objeto floor con su altura definida, la pared tomará automáticamente el valor de la altura del piso/floor.
  • DATOSNormal: Una dirección de extrusión para el muro. Si se establece en (0,0,0), la dirección de extrusión es automática.
  • DATOSOffset: Esto especifica la distancia entre el muro y su línea base. Funciona solo si la propiedad Align está configurada a Derecha o Izquierda.