Draft Workbench/es: Difference between revisions

From FreeCAD Documentation
(Created page with "* 32px Línea de 2 puntos: Dibuja un segmento de línea entre 2 puntos * 32px Draft_Wire/es|Polilínea (L...")
(Created page with "===Modificando objetos===")
Line 17: Line 17:
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve/es|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve/es|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_Label.png|32px]] [[Draft_Label/es|Label]]: Places a label with an arrow pointing to a selected element {{Version/es|0.17}}
* [[Image:Draft_Label.png|32px]] [[Draft_Label/es|Label]]: Places a label with an arrow pointing to a selected element {{Version/es|0.17}}
===Modifying objects===
===Modificando objetos===
These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.
These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.
* [[Image:Draft_Move.png|32px]] [[Draft_Move|Move]]: Moves object(s) from one location to another
* [[Image:Draft_Move.png|32px]] [[Draft_Move|Move]]: Moves object(s) from one location to another

Revision as of 12:21, 27 May 2018

El entorno de Boceto permite dibujar rápidamente objetos 2D simples en el documento actual, y ofrecer diversas herramientas para poderlas modificar después. Algunas de dichas herramientas también funcionan sobre otros objetos de FreeCAD, no sólo en los creados con el entorno de Boceto. También proporciona un completo sistema de ajuste, y varias utilidades para manejar objetos y configuraciones.

Dibujando objetos

Estas son las herramientas para crear objetos.

  • Línea de 2 puntos: Dibuja un segmento de línea entre 2 puntos
  • Polilínea (Línea de múltiples puntos): Dibuja una polilínea compuesta por múltiples segmentos de línea
  • Circunferencia: Dibuja una circunferencia a partir de su centro y radio
  • Arco: Dibuja un segmento de arco a partir de su centro, radio ángulo de inicio y ángulo final
  • Ellipse: Draws an ellipse from two corner points
  • Polígono: Dibuja un polígono regular a partir del centro y radio de la circunferencia que lo circunscribe
  • Rectángulo: Dibuja un rectángulo a partir de 2 puntos de su diagonal
  • Texto: Dibuja una anotación de múltiples líneas de texto
  • Cota: Dibuja una cota dimensional
  • BSpline: Dibuja una B-Spline a partir de una serie de puntos
  • Punto: Inserta un objeto punto
  • ShapeString: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
  • Facebinder: Creates a new object from selected faces on existing objects
  • Bezier Curve: Draws a Bezier curve from a series of points
  • Label: Places a label with an arrow pointing to a selected element introducido en la versión 0.17

Modificando objetos

These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.

  • Move: Moves object(s) from one location to another
  • Rotate: Rotates object(s) from a start angle to an end angle
  • Offset: Moves segments of an object about a certain distance
  • Trim/Extend (Trimex): Trims or extends an object
  • Upgrade: Joins objects into a higher-level object
  • Downgrade: Explodes objects into lower-level objects
  • Scale: Scales selected object(s) around a base point
  • Drawing: Writes selected objects to a Drawing sheet
  • Edit: Edits a selected object
  • Wire to BSpline: Converts a wire to a BSpline and vice-versa
  • Add point: Adds a point to a wire or BSpline
  • Delete point: Deletes a point from a wire or BSpline
  • Shape 2D View: Creates a 2D object which is a flattened 2D view of another 3D object
  • Draft to Sketch: Converts a Draft object to Sketch and vice-versa
  • Array: Creates a polar or rectangular array from selected objects
  • Path Array: Creates an array of objects by placing the copies along a path
  • Clone: Clones the selected objects
  • Mirror: Mirrors the selected objects
  • Stretch: Stretches the selected objects introduced in version 0.17

Utility tools

Additional tools available via right-click context menu, depending on the selected objects.

Preferences

Formatos de archivo

El módulo de Boceto proporciona a FreeCAD importadores y exportadores para los siguientes formatos de archivo:


Características adicionales

  • Ajuste: Permite colocar los nuevos puntos en lugares especiales de los objetos existentes
  • Restricciones: Permite situar los puntos nuevos horizontal o verticalmente respecto a puntos previos
  • Trabajando con coordenadas manualmente: Permite introducir coordenadas manualmente, en lugar de indicarlas en la pantalla
  • Working plane: Allows you to define a plane in the 3D space, where next operations will take place

Archivos de guión

El módulo Boceto presenta una completa Draft API para que pueda usar sus funciones en scripts y macros

Tutoriales