DiseñoPiezas Clon

From FreeCAD Documentation
Revision as of 17:15, 14 August 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

DiseñoPiezas Clon

Ubicación en el Menú
Diseño Piezas → Crear un clon
Entornos de trabajo
DiseñoPiezas
Atajo de teclado por defecto
Ninguno
Introducido en versión
0.17
Ver también
Clonar Draft


Descripción

PartDesign Clone creates a linked copy of a selected object which will follow any future edits to the original object (except placement). For example, one use case is when you want to do PartDesign Boolean on an object created in another workbench. Most types of objects are accepted, as long as they are single solids. If you need to clone multiple objects (i.e., bodies) or a Part Container, you may use Draft Workbench's clone. One caveat is that the Part Design Workbench's clone sets the current placement of the clone as zero (both Cartesian translation and spatial orientations). While the Draft's workbenches clone calculates and sets the numerical values of the current placement and orientation of the cloned objects with respect to the cloned object container.


Clone of the inner gear while being translated in 3D space as an independent object

Clone of the inner gear while being translated in 3D space as an independent object

Utilización

  1. In the Model tree, select the object to be cloned.
  2. Press the Create a clone button.

Propiedades

  • DatosBase Feature: sets the original object the clone is based on. To replace, press the ... button to get a list of available objects.
  • DatosPlacement: defines the orientation and position of the Clone in the 3D space. See Placement.
  • DatosLabel: label given to the Clone object. Change to suit your needs.

Limitaciones