Draft Dimension/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
{{GuiCommand/es|Name=Draft Dimension|Workbenches=[[Draft Module/es|Croquis]], [[Arch Module/es|Arquitectura]]|MenuLocation=Croquis -> Cotas|Shortcut=D I}}
{{GuiCommand|Name=Draft Dimension|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]|MenuLocation=Draft -> Dimension|Shortcut=D I|SeeAlso=[[Draft FlipDimension|FlipDimension]]}}


==Descripción==
==Descripción==
Line 22: Line 22:
* Cotas Angulares: seleccionando dos segmentos rectos con la tecla {{KEY|ALT}} presionada.
* Cotas Angulares: seleccionando dos segmentos rectos con la tecla {{KEY|ALT}} presionada.


==Opciones==
==Options==
* Press {{KEY|X}}, {{KEY|Y}} or {{KEY|Z}} after a point to constrain the next point on the given axis.
* To enter coordinates manually, simply enter the numbers, then press {{KEY|ENTER}} between each X, Y and Z component.
* Press {{KEY|CTRL}} while drawing to force [[Draft_Snap|snapping]] your point to the nearest snap location, independently of the distance.
* Pressing {{KEY|SHIFT}} will [[Draft_Constrain|constrain]] the dimension horizontally or vertically, or, when working on a circular edge, switches between diameter and radius modes.
* Press {{KEY|R}} or click the checkbox to check/uncheck the {{KEY|'''Relative'''}} button. If relative mode is on, the coordinates of the next point are relative to the last one. If not, they are absolute, taken from the (0,0,0) origin point.
* Press {{KEY|T}} or click the checkbox to check/uncheck the {{KEY|'''Continue'''}} button. If continue mode is on, you will be able to draw continued dimensions, one after the other, that share the same baseline.
* Press {{KEY|ESC}} or the {{KEY|'''Cancel'''}} button to abort the current Line command.
* By picking an existing edge with {{KEY|ALT}}, instead of entering measurement points, the dimension will become '''parametric''' and remember which edge it is bound to. If the endpoints of that edge move later on, the dimension will follow them.
* The direction of the dimension can be changed afterwards, by modifying its "Direction" property


==Properties==
* Presiona {{KEY|X}}, {{KEY|Y}} o {{KEY|Z}} después de un punto para restringir el punto siguiente sobre el eje indicado.
* {{PropertyData|Start}}: The start point of the distance to measure
* Para introducir coordenadas manualmente, simplemente introduce los números y presiona {{KEY|ENTER}} entre cada componente X, Y y Z.
* {{PropertyData|End}}: The end point of the distance to measure
* Presiona {{KEY|CTRL}} mientras dibujas para forzar el [[Draft_Snap/es|ajuste]] de tu punto a la ubicación de ajuste más cercana, independientemente de la distancia.
* {{PropertyData|Dimline}}: A point through which the dimension line must pass
* Presionando {{KEY|SHIFT}} se realizará una [[Draft_Constrain/es|restricción]] de la cota horizontal o verticalmente, o, cuando se trabaja con un segmento circular, conmuta entre los modos de radio y diámetro.
* {{PropertyView|Display Mode}}: Specifies if the text is aligned to the dimension lines or always faces the camera
* Presiona {{KEY|R}} o selecciona la casilla para activar/desactivar el botón {{KEY|'''Relativas'''}}. Si el modo relativas está activada, las coordenadas del siguiente punto son relativas al anterior. Si no, son absolutas, tomadas desde el origen de coordenadas (0,0,0).
* {{PropertyView|Font Size}}: The size of the letters
* Presiona {{KEY|T}} o selecciona la casilla para activar/desactivar el botón {{KEY|'''Continuar'''}}. Si el modo continuar está activado, podrás dibujar cotas continuas, una tras otra, que comparten la misma línea base.
* {{PropertyView|Ext Lines}}: The size of the extension lines (between the measurement points and the dimension line)
* Presiona {{KEY|ESC}} o el botón {{KEY|'''Cancelar'''}} para abortar el comando actual.
* {{PropertyView|Text Position}}: Can be used to force the text to be displayed at a certain position
* Seleccionando una arista existente con {{KEY|ALT}}, en lugar de introducir puntos de medición, la cota se convertirá en '''paramétrica''' y recordará a que arista está vinculada. Si los puntos finales de la arista se mueven posteriormente, la cota los seguirá.
* {{PropertyView|Text Spacing}}: Specifies the space between the text and the dimension line

* {{PropertyView|Override}}: Specifies a text to display instead of the measurement. Insert "$dim", inside that text, to display the measurement value
==Propiedades==
* {{PropertyView|Font Name}}: The font to use to draw the text. It can be a font name, such as "Arial", a default style such as "sans", "serif" or "mono", or a family such as "Arial,Helvetica,sans" or a name with a style such as "Arial:Bold". If the given font is not found on the system, a generic one is used instead.

* {{PropertyView|Arrow Type}}: The type of arrow to use
* {{PropertyData|Start}}: El punto inicial de la distancia a medir
* {{PropertyView|Arrow Size}}: The size of the arrows
* {{PropertyData|End}}: El punto final de la distancia a medir
* {{PropertyView|Decimals}}: The number of decimal places to display on the dimension
* {{PropertyData|Dimline}}: Un punto por el cual debe pasar la línea de cota
* {{PropertyView|Flip Arrows}}: Reverse the orientation of arrows
* {{PropertyView|Display Mode}}: Especifica si el texto está alineado con las líneas de cota o si siempre mira hacia la cámara
* {{PropertyView|Font Size}}: El tamaño de las letras
* {{PropertyView|Ext Lines}}: El tamaño de las líneas de extensión (entre los puntos de medición y la línea de cota)
* {{PropertyView|Text Position}}: Puede utilizarse para forzar que el texto se muestre en determinada posición
* {{PropertyView|Override}}: Especifica un texto a mostrar en lugar de la medición. Utiliza la palabra "dim", dentro del texto, para mostrar la medición
* {{PropertyView|Font Name}}: La fuente a utilizar para dibujar el texto. Puede ser un nombre de fuente, como "Arial", un estilo por defecto como "sans", "serif" o "mono", o una familia como "Arial,Helvetica,sans" o un nombre con un estilo como "Arial:Bold". Si la fuente indicada no se encuentra en el sistema, se utilizará una genérica en su lugar.


==Archivos de guión==
==Archivos de guión==
Line 79: Line 83:
Draft.makeDimension(p1,p2,p3)
Draft.makeDimension(p1,p2,p3)
</syntaxhighlight>
</syntaxhighlight>
==Enlaces==
==Links==
* Tutorial: [http://www.youtube.com/watch?v=nxNT0KychcY Projecting dimensions on a Drawing Page]

[http://www.youtube.com/watch?v=nxNT0KychcY Tutorial proyección dimensiones en una página de dibujo.]


<languages/>
<languages/>

Revision as of 18:10, 24 September 2014

Draft Dimension

Menu location
Draft -> Dimension
Workbenches
Draft, Arch
Default shortcut
D I
Introduced in version
-
See also
FlipDimension

Descripción

La herramienta cotas crea una cota en el documento actual con dos puntos definiendo la distancia a medir, y un tercer punto especificando por donde pasa la línea de cota.

Utilización

  1. Presiona el botón cota, o presiona las teclas D y I
  2. Designa un punto en la vista 3D, o escribe unas coordenadas
  3. Designa un segundo punto en la vista 3D, o escribe unas coordenadas
  4. Designa un tercer punto en la vista 3D, o escribe unas coordenadas

Tipos de cotas disponibles

  • Cotas lineales: seleccionando dos puntos o un segmento recto con la tecla ALT presionada.
  • Cotas Horizontales/verticales: presionando SHIFT después de seleccionar el primer punto.
  • Cota de Diámetro: seleccionando un segmento curvo con la tecla ALT presionada.
  • Cota de Radio: seleccionando un segmento curvo con la tecla ALT presionada, y pulsando después SHIFT.
  • Cotas Angulares: seleccionando dos segmentos rectos con la tecla ALT presionada.

Options

  • Press X, Y or Z after a point to constrain the next point on the given axis.
  • To enter coordinates manually, simply enter the numbers, then press ENTER between each X, Y and Z component.
  • Press CTRL while drawing to force snapping your point to the nearest snap location, independently of the distance.
  • Pressing SHIFT will constrain the dimension horizontally or vertically, or, when working on a circular edge, switches between diameter and radius modes.
  • Press R or click the checkbox to check/uncheck the Relative button. If relative mode is on, the coordinates of the next point are relative to the last one. If not, they are absolute, taken from the (0,0,0) origin point.
  • Press T or click the checkbox to check/uncheck the Continue button. If continue mode is on, you will be able to draw continued dimensions, one after the other, that share the same baseline.
  • Press ESC or the Cancel button to abort the current Line command.
  • By picking an existing edge with ALT, instead of entering measurement points, the dimension will become parametric and remember which edge it is bound to. If the endpoints of that edge move later on, the dimension will follow them.
  • The direction of the dimension can be changed afterwards, by modifying its "Direction" property

Properties

  • DatosStart: The start point of the distance to measure
  • DatosEnd: The end point of the distance to measure
  • DatosDimline: A point through which the dimension line must pass
  • VistaDisplay Mode: Specifies if the text is aligned to the dimension lines or always faces the camera
  • VistaFont Size: The size of the letters
  • VistaExt Lines: The size of the extension lines (between the measurement points and the dimension line)
  • VistaText Position: Can be used to force the text to be displayed at a certain position
  • VistaText Spacing: Specifies the space between the text and the dimension line
  • VistaOverride: Specifies a text to display instead of the measurement. Insert "$dim", inside that text, to display the measurement value
  • VistaFont Name: The font to use to draw the text. It can be a font name, such as "Arial", a default style such as "sans", "serif" or "mono", or a family such as "Arial,Helvetica,sans" or a name with a style such as "Arial:Bold". If the given font is not found on the system, a generic one is used instead.
  • VistaArrow Type: The type of arrow to use
  • VistaArrow Size: The size of the arrows
  • VistaDecimals: The number of decimal places to display on the dimension
  • VistaFlip Arrows: Reverse the orientation of arrows

Archivos de guión

La herramienta cotas se puede utilizar en macros y desde la consola de Python utilizando la siguientes funciones:

 makeDimension (p1,p2,[p3])

or

 makeDimension (object,i1,i2,p3)

or

 makeDimension (objlist,indices,p3)

Crea un objeto cota con la línea de cota pasando por p3. Utilizará el espesor de línea y color actuales de Boceto. Existen varias formas de crear una cota, dependiendo de los argumentos que les pases: (p1,p2,p3): crea una cota estándar desde p1 hasta p2. (object,i1,i2,p3): crea una cota vinculada a los objetos dados, midiendo la distancia entre sus vértices indexados i1 e i2. (object,i1,mode,p3): crea una cota vinculada al objeto actual, i1 es el índice de la arista (curvada) a medir, y mode es tanto el "radio" como el "diámetro". Devuelve el objeto recién creado.

 makeAngularDimension (center,[angle1,angle2],p3)

crea una cota angular desde el centro indicado, con la lista dada de ángulos, pasando por p3. Devuelve el objeto recién creado.

Ejemplo:

 import FreeCAD,Draft
 p1 = FreeCAD.Vector(0,0,0)
 p2 = FreeCAD.Vector(1,1,0)
 p3 = FreeCAD.Vector(2,0,0)
 Draft.makeDimension(p1,p2,p3)

Links