Difference between revisions of "CAD files"

From OHO - search engine for sustainable open hardware projects
(Created page with "== Definición == Una vez aprobada la Parts list por parte de OHO, el desarrollador procede a elaborar el paquete de modelos CAD del Proyecto, esto consiste en desarrolla...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Definición ==
[[de:CAD-Dateien]]
[[es:Archivos_CAD]]
== Definition ==
Once the [[Parts list]] has been approved by OHO, the developer proceeds to elaborate the CAD model package of the Project, this consists of developing the three-dimensional geometry of each part and defining the links between them to make up each [https://en.wikipedia.org/wiki/Assembly_modelling assembly]. This is done in the established CAD programs, among which are mentioned: Inventor, SolidWorks, Freecad, AutoCAD, and others


Una vez aprobada la [[Parts list]] por parte de OHO, el desarrollador procede a elaborar el paquete de modelos CAD del Proyecto, esto consiste en desarrollar la geometría tridimensional de cada pieza y definir las vinculaciones entre estas para conformar cada [https://en.wikipedia.org/wiki/Assembly_modelling ensamblaje]. Esto se realiza en los programas CAD establecidos, entre los cuales se mencionan: Inventor, SolidWorks, Freecad, AutoCAD, entre otros.
== Guidelines ==
== Lineamientos ==
The CAD files must comply with the following guidelines
=== Structure ===
[[File:Site_assembly-structure.JPG|thumb|<small>'''Example for assembly structure'''</small>]]
The package structure and file names must match the structure of the previously approved [[Parts list]]. The set of CAD files must be delivered in a zipped folder.


Los Archivos CAD, deben cumplir con las siguientes pautas:<br>
* The name of the compressed folder is defined, as in the [[Parts list]], as follows:
[[File:Site_assembly-structure.JPG|thumb|<small>'''Ejemplo para estructura de ensamblaje'''</small>]]
** Organisation abbreviation, e.g. ''oseg'' for [https://opensourceecology.de/ Open Source Ecology].
* La estructura del paquete y nombres de archivos, deben coincidir con la estructura de la [[Parts list]] previamente aprobada.
** Underscore separator '_'
* El conjunto de archivos CAD se entregan en una carpeta comprimida
** Project abbreviation, e.g. ''sp'' for [https://en.oho.wiki/wiki/Screw_Press Screw Press]  
** El nombre de la carpeta comprimida se define, al igual que en la [[Parts list]], de la siguiente manera:
** Underscore separator '_'  
*** Abreviacion de la organización, ejemplo: ''oseg'' para [https://opensourceecology.de/ Open Source Ecology]
** Project name without spaces, example screw-press
*** Separador underscore '_'
* Complete example for the name: ''oseg_sp_screw-press''.
*** Abreviacion del proyecto, ejemplo: ''sp'' para [https://en.oho.wiki/wiki/Screw_Press Screw Press]
* CAD files can be in the same root folder or organized according to their parts and assembly structure, containing the following hierarchy:
*** Separador underscore '_'
* A general assembly file [.iam]  
*** Nombre del proyecto sin espacios, ejemplo screw-press
* A general explosion or main subassembly separation file [.ipn]
** Ejemplo completo para el nombre: ''oseg_sp_screw-press''
** A sub-assembly1 (SE1) file [.iam]  
* Los archivos CAD pueden estar en una misma carpeta raíz u organizados según su estructura de partes y ensambles, conteniendo la siguiente jerarquía:
** An SE1 explosion file [.ipn] (if applicable)
* Un archivo de ensamble general [.iam]
** A part1 file from SE1 [.ipt]  
* Un archivo de explosión general o separación de sub ensambles principales [.ipn]
** A part2 file from SE1 [.ipt]  
** Un archivo del sub-ensamble1 (SE1) [.iam]
** Un archivo de explosión de SE1 [.ipn] (si aplica)
*** Un archivo de parte1 de SE1 [.ipt]
*** Un archivo de parte2 de SE1 [.ipt]
*** ...
** Un archivo del sub-ensamble2 (SE2) [.iam]
** Un archivo de explosión de SE2 [.ipn] (si aplica)
*** Un archivo de parte1 de SE2 [.ipt]
*** Un archivo de parte2 de SE2 [.ipt]
*** ...
** ...
** ...
* Las extensiones indicadas son para Inventor, pero aplica la misma jerarquía para otros sistemas CAD.
**A sub-assembly2 (SE2) file [.iam]
* En el caso de Inventor, se puede utilizar la herramienta Pack and Go, para generar la carpeta comprimida con todas su dependencias, de manera automática.
** An SE2 explosion file [.ipn] (if applicable)
* Se debe generar una carpeta comprimida que contenga los archivos CAD de intercambio [.step/.stp] (un archivo de intercambio por cada ensamble o sub ensamble arriba indicado [.iam])
** A part1 file of SE2 [.ipt]
* En caso de existir cambios en la estructura o el contenido de los archivos, se debe notificar a OHO, para actualizar la [[Parts list]] y el paquete CAD, agregando un sufijo de versión de dos niveles al nombre del archivo como en este ejemplo: oseg_sp_screw-press_1-01.
** A part2 file of SE2 [.ipt]
** ...
[[File:png.jpg|thumb|<small>'''Herramienta ''Pack and Go'''''</small>]]
=== Other aspects ===
* The extensions indicated are for Inventor, but the same hierarchy applies to other CAD systems.
* In the case of Inventor, the Pack and Go tool can be used to generate the zipped folder with all its dependencies automatically.
* A zipped folder containing the CAD interchange files [.step/.stp] (one interchange file for each assembly or sub-assembly above [.iam]) must be generated.
* In case of changes in the structure or content of the files, OHO must be notified to update the [[Parts list]] and the CAD package by adding a two-level version suffix to the file name as in this example: oseg_sp_screw-press_1-01.
 
During the process of modeling parts and assemblies, the automation tools of the used programs should be used, as in the case of Inventor:
 
* ''Frame generator'' for metallic structures.
* ''Tube and Pipe'' for pipes.
* ''Bolt Join'' for bolted joints.
* ''Sheet metal'' for sheet metal parts.
* Among others, specific to the program and the version used.
This facilitates and optimizes subsequent processes such as structure analysis, pipe modifications, sheet thickness adjustments, among others.

Latest revision as of 15:20, 23 July 2021

Definition

Once the Parts list has been approved by OHO, the developer proceeds to elaborate the CAD model package of the Project, this consists of developing the three-dimensional geometry of each part and defining the links between them to make up each assembly. This is done in the established CAD programs, among which are mentioned: Inventor, SolidWorks, Freecad, AutoCAD, and others

Guidelines

The CAD files must comply with the following guidelines

Structure

Example for assembly structure

The package structure and file names must match the structure of the previously approved Parts list. The set of CAD files must be delivered in a zipped folder.

  • The name of the compressed folder is defined, as in the Parts list, as follows:
    • Organisation abbreviation, e.g. oseg for Open Source Ecology.
    • Underscore separator '_'
    • Project abbreviation, e.g. sp for Screw Press
    • Underscore separator '_'
    • Project name without spaces, example screw-press
  • Complete example for the name: oseg_sp_screw-press.
  • CAD files can be in the same root folder or organized according to their parts and assembly structure, containing the following hierarchy:
  • A general assembly file [.iam]
  • A general explosion or main subassembly separation file [.ipn]
    • A sub-assembly1 (SE1) file [.iam]
    • An SE1 explosion file [.ipn] (if applicable)
    • A part1 file from SE1 [.ipt]
    • A part2 file from SE1 [.ipt]
    • ...
    • A sub-assembly2 (SE2) file [.iam]
    • An SE2 explosion file [.ipn] (if applicable)
    • A part1 file of SE2 [.ipt]
    • A part2 file of SE2 [.ipt]
    • ...
Herramienta Pack and Go

Other aspects

  • The extensions indicated are for Inventor, but the same hierarchy applies to other CAD systems.
  • In the case of Inventor, the Pack and Go tool can be used to generate the zipped folder with all its dependencies automatically.
  • A zipped folder containing the CAD interchange files [.step/.stp] (one interchange file for each assembly or sub-assembly above [.iam]) must be generated.
  • In case of changes in the structure or content of the files, OHO must be notified to update the Parts list and the CAD package by adding a two-level version suffix to the file name as in this example: oseg_sp_screw-press_1-01.

During the process of modeling parts and assemblies, the automation tools of the used programs should be used, as in the case of Inventor:

  • Frame generator for metallic structures.
  • Tube and Pipe for pipes.
  • Bolt Join for bolted joints.
  • Sheet metal for sheet metal parts.
  • Among others, specific to the program and the version used.

This facilitates and optimizes subsequent processes such as structure analysis, pipe modifications, sheet thickness adjustments, among others.

OPEN HARDWARE OBSERVATORY 2020
| |
|||