Ambiente de trabajo Croquizador

From FreeCAD Documentation
Revision as of 06:22, 14 August 2015 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Un croquis básico completamente restringido‎

El entorno del Croquizador es utilizado para crear geometría 2D prevista para utilizar en el Entorno de Diseño de Pieza y en otros entornos.

Generalmente una geometría 2D se considera como el punto de partida en la mayoría de modelos de CAD - un simple croquis 2D se puede 'extruir' en una forma 3D, además los croquis 3D se pueden utiliza para hacer cajeras en la superficie o esta forma y croquis se pueden utilizar para definir 'salientes' (extrusiones) sobre la superficie de los objetos 3D. A través de las Operaciones Booleanas, el croquizador forma el corazón de la generación del diseño de formas sólidas.

El entorno del Croquizador proporciona restricciones - permitiendo a las formas 2D restringirse a definiciones geométricas precisas. Y un solucionador de restricciones que calcula las restricciones extendidas de geometría 2D y permite interactuar con la exploración de los grados de libertad del croquis.

Esta página wiki fue escrita basada en la versión v0.12 de FreeCAD. Las versiones anteriores no incorporan la mayoría de herramientas del Croquizador. Para acceder a todas las características del Croquizador, ve a la página de Descargas para actualizar tu versión de FreeCAD.

Conceptos básicos de croquizado con restricciones

Para explicar como funciona el entorno de Croquizado, puede ser útil compararlo con el sistema de dibujo "tradicional".

Traditional Drafting

The traditional way of CAD drafting inherits from the old drawing board. Orthogonal (2D) views are drawn manually and intended for producing technical drawings (also known as blueprints). Objects are drawn precisely to the intended size or dimension. If you want to draw an horizontal line 100mm in length starting at (0,0), you activate the line tool, either click on the screen or input the (0,0) coordinates for the first point, then make a second click or input the second point coordinates at (100,0). Or you will draw your line without regard to its position, and move it afterwards. When you've finished drawing your geometries, you add dimensions to them.

Croquizar con restricciones

El módulo de croquizado se aleja de esta lógica. Los objetos no tienen porque dibujarse exactamente como se pretenden, porque serán definidos después por restricciones geométricas y dimensionales. Los objetos se pueden dibujar sin excesivo rigor, y mientras estén sin restringir se pueden modificar. Están en realidad "flotando" y se pueden mover, estirar, girar, escalar, etc. Esto ofrece una gran flexibilidad en el proceso de diseño.

What are constraints?

Constraints are used to limit the degrees of freedom of an object. For example, a line without constraints has 4 Degrees Of Freedom (abbreviated as " DOF "): it can be moved horizontally or vertically, it can be stretched, and it can be rotated.

Aplicando una restricción horizontal o vertical, o una restricción angular (relativa a otra línea o a uno de los ejes), se limitará su capacidad de girar, aunque seguirá con 3 grados de libertad. Bloqueando uno de sus extremos en relación con el origen eliminará otros 2 grados de libertad. Y aplicando una restricción dimensional se eliminará el último grado de libertad. La línea se considerará que está entonces completamente restringida.

Multiple objects can be constrained between one another. Two lines can be joined through one of their points with the coincident point constraint. An angle can be set between them, or they can be set perpendicular. A line can be tangent to an arc or a circle, and so on. A complex Sketch with multiple objects will have a number of different solutions, and making it fully-constrained means that just one of these possible solutions has been reached based on the applied constraints.

Existen dos tipos de restricciones: geométricas y dimensionales. Ambas son explicadas en la sección #Las herramientas más abajo.

¿Para qué no es bueno el entorno de croquizado?

El Croquizador no está pensado para producir planos detallados en 2D. Una vez que los croquis se utilizan para generar un sólido, son automáticamente ocultados. Las cotas son sólo visibles en el modo de edición del croquis.

Si sólo necesitas producir vistas 2D para imprimir, y no quieres crear modelos 3D, mira el Entorno de Boceto (recuerda que el entorno de Boceto también puede ser útil para crear geometría 2D que no está disponible actualmente en el Croquizador, como Bsplines.)

Modo de uso del Croquizado

Pendiente

Buenas practicas

Cada usuario de CAD desarrolla su propio modo de trabajar con el tiempo, pero hay algunos principios generales que conviene seguir.

  • A series of simple sketches is easier to manage than a single complex one. For example, a first sketch can be created for the base 3D feature (either a pad or a revolve), while a second one can contain holes or cutouts (pockets). Some details can be left out, to be realized later on as 3D features. You can choose to avoid fillets in your sketch if there are too many, and add them as a 3D feature.
  • Always create a closed profile, or your sketch won't produce a solid, but rather a set of open faces. If you don't want some of the objects to be included in the solid creation, turn them to construction elements with the Construction Mode tool.
  • Use the auto constraints feature to limit the number of constraints you'll have to add manually.
  •  As a general rule, apply geometric constraints first, then dimensional constraints, and lock your sketch last. But remember: rules are made to be broken. If you're having trouble manipulating your sketch, it may be useful to constrain a few objects first before completing your profile.
  • If possible, center your sketch to the origin (0,0) with the lock constraint. If your sketch is not symmetric, locate one of its points to the origin, or choose nice round numbers for the lock distances. In v0.12, external constraints (constraining the sketch to existing 3D geometry like edges or to other sketches) are not implemented. This means that to locate following sketches geometry to your first sketch, you'll need to set distances relative to your first sketch manually. A lock constraint of (25,75) from the origin is more easily remembered than (23.47,73.02).
  • If you have the possibility to choose between the Length constraint and the Horizontal or Vertical Distance constraints, prefer the latter. Horizontal and Vertical Distance constraints are computationally cheaper.
  • In general, the best constraints to use are: Horizontal and Vertical Constraints; Horizontal and Vertical Length Constraints; Point-to-Point Tangency. If possible, limit the use of these: the general Length Constraint; Edge-to-Edge Tangency; Fix Point Onto a Line Constraint; Symmetry Constraint.

Las herramientas

Las herramientas del entorno del Croquizador están ubicadas en el menú del Croquizador que se muestra al cargar el entorno del Croquizador.

Template:Sketcher Tools/es

Tutorials

See Sketcher Tutorial

Sketcher Micro Tutorial - Constraint Practices