Difference between revisions of "Man DataExport/pt-br"
(Created page with "Principal Data Export") |
(Updating to match new version of source page) |
||
(38 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
= Export = | = Export = | ||
− | + | É inútil adquirir, alinhar e converter dados se esta informação não pode ser enviada para outros softwares. As funções de exportação podem ser usadas para criar arquivos que podem ser importados em outros softwares. | |
− | OpticalRevEng Dental | + | OpticalRevEng Dental oferece 2 tipos diferentes de exportação: Manual e Automático. Exportações manuais podem ser usadas a qualquer hora e em qualquer tipo de projeto; Exportações automáticas são específicos de um projeto. |
− | + | As funções da exportação automática podem ser configuradas na [[Dental_Options|Opções]] de diálogo | |
− | = | + | = Formatos = |
− | OpticalRevEng Dental | + | OpticalRevEng Dental suporta os seguintes formatos: |
* Acquisitions | * Acquisitions | ||
− | ** 'Scan' : this export function will create a file (.cri) for every 3D image taken by the scanner | + | ** 'Scan' : this export function will create a file (.cri) for every 3D image taken by the scanner and an additional file (.scan) with a data description. It can be used only by OpticalRevEng Dental and all the files need to be kept together. |
** 'ZScan' : this export function saves the same information as the Scan export function, but compressing everything in one single file. | ** 'ZScan' : this export function saves the same information as the Scan export function, but compressing everything in one single file. | ||
* Meshes | * Meshes | ||
− | ** 'STL ASCII/Binary' : the STL file format is the most used. Most of the 3D software can read/save STL files. It does not save all the information of the 3D Objects | + | ** 'STL ASCII/Binary' : the STL file format is the most used. Most of the 3D software can read/save STL files. It does not save all the information of the 3D Objects, such as their color or the connection between every single face, therefore two different software can read the same STL file and show different results. |
− | ** 'OFF ASCII | + | ** 'OFF ASCII' : the OFF format is a really simple file format as described here [[http://segeval.cs.princeton.edu/public/off_format.html OFF Format]]. It keeps more information than the STL format. |
** 'PLY ASCII/Binary' : the PLY format, as the OFF format, can contain more information about the 3D data but is not so well supported by other software. | ** 'PLY ASCII/Binary' : the PLY format, as the OFF format, can contain more information about the 3D data but is not so well supported by other software. | ||
− | ** 'OBJ' : The OBJ format is only ASCII, it can keep the | + | ** 'OBJ' : The OBJ format is only ASCII, it can keep the most information about the 3D data, even the color, and is compatible with most softwares. |
− | + | Se for necessário o máximo de compatibilidade, o melhor formato para se usar é o STL. Se o objectivo for manter os dados em 3D mais precisos, o formato OBJ é o melhor. | |
− | = Manual | + | = Export Manual = |
− | + | Há duas maneiras de salvar as Aquisições e as Meshes em disco. | |
− | == | + | == Exportação objeto único == |
− | + | Para exportar um único elemento do projeto: | |
− | # | + | # Clique no botão direito do mouse sobre o elemento no ''Projeto Arvore'' |
− | # | + | # Selecione ''Export..'' a partir do [[Project_Tree#Context_Menu|Contexto Menu]] |
− | # | + | # Na caixa de diálogo que aparecerá, selecione onde deseja salvar o arquivo, o nome e o formato dos dados. |
− | == | + | == Exportação de Múltiplos Objetos == |
− | + | Para exportar mais de um elemento do projeto no mesmo arquivo: | |
− | # | + | # Selecione a partir da árvore do projeto todos os dados que devem ser exportados juntos |
− | # | + | # A partir da '' Menu Arquivo '', selecione a função[[Support_Toolbars_And_Menus#Project_Tools|Export Visível]] |
− | # | + | # Na caixa de diálogo que aparecerá, selecione onde deseja salvar o arquivo, o nome e o formato para os dados. |
− | = | + | = Exportação Automática = |
− | + | Para usar a função de exportação automática, clique no botão '' Exportar para CAD "botão" na [[Main_Toolbar|Principal Barra de Ferramentas]]. O software, então, vai exportar todos os dados do projeto, de acordo com o projeto atual. | |
− | + | The Exporter Profiles can be modified by authorized dealers in order to export in various different formats and to many different CADs. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{Navigation|Man_ImplantAlign|Man_ModelTrimming}} | {{Navigation|Man_ImplantAlign|Man_ModelTrimming}} |
Latest revision as of 07:30, 26 August 2016
Contents
Export
É inútil adquirir, alinhar e converter dados se esta informação não pode ser enviada para outros softwares. As funções de exportação podem ser usadas para criar arquivos que podem ser importados em outros softwares.
OpticalRevEng Dental oferece 2 tipos diferentes de exportação: Manual e Automático. Exportações manuais podem ser usadas a qualquer hora e em qualquer tipo de projeto; Exportações automáticas são específicos de um projeto. As funções da exportação automática podem ser configuradas na Opções de diálogo
Formatos
OpticalRevEng Dental suporta os seguintes formatos:
- Acquisitions
- 'Scan' : this export function will create a file (.cri) for every 3D image taken by the scanner and an additional file (.scan) with a data description. It can be used only by OpticalRevEng Dental and all the files need to be kept together.
- 'ZScan' : this export function saves the same information as the Scan export function, but compressing everything in one single file.
- Meshes
- 'STL ASCII/Binary' : the STL file format is the most used. Most of the 3D software can read/save STL files. It does not save all the information of the 3D Objects, such as their color or the connection between every single face, therefore two different software can read the same STL file and show different results.
- 'OFF ASCII' : the OFF format is a really simple file format as described here [OFF Format]. It keeps more information than the STL format.
- 'PLY ASCII/Binary' : the PLY format, as the OFF format, can contain more information about the 3D data but is not so well supported by other software.
- 'OBJ' : The OBJ format is only ASCII, it can keep the most information about the 3D data, even the color, and is compatible with most softwares.
Se for necessário o máximo de compatibilidade, o melhor formato para se usar é o STL. Se o objectivo for manter os dados em 3D mais precisos, o formato OBJ é o melhor.
Export Manual
Há duas maneiras de salvar as Aquisições e as Meshes em disco.
Exportação objeto único
Para exportar um único elemento do projeto:
- Clique no botão direito do mouse sobre o elemento no Projeto Arvore
- Selecione Export.. a partir do Contexto Menu
- Na caixa de diálogo que aparecerá, selecione onde deseja salvar o arquivo, o nome e o formato dos dados.
Exportação de Múltiplos Objetos
Para exportar mais de um elemento do projeto no mesmo arquivo:
- Selecione a partir da árvore do projeto todos os dados que devem ser exportados juntos
- A partir da Menu Arquivo , selecione a funçãoExport Visível
- Na caixa de diálogo que aparecerá, selecione onde deseja salvar o arquivo, o nome e o formato para os dados.
Exportação Automática
Para usar a função de exportação automática, clique no botão Exportar para CAD "botão" na Principal Barra de Ferramentas. O software, então, vai exportar todos os dados do projeto, de acordo com o projeto atual.
The Exporter Profiles can be modified by authorized dealers in order to export in various different formats and to many different CADs.