Difference between revisions of "Man DataExport/ja"

From Open Tech Dental Wiki 4.0
Jump to: navigation, search
(Created page with "データの取得/アライメント/変換は、他のソフトウェアにそのデータを送ることができて、初めて意味を持ちます。エクスポート...")
(Updating to match new version of source page)
 
(82 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{DISPLAYTITLE:Export|noerror}}
 
{{DISPLAYTITLE:Export|noerror}}
  
= エクスポート =
+
=9、エクスポート =
  
 
データの取得/アライメント/変換は、他のソフトウェアにそのデータを送ることができて、初めて意味を持ちます。エクスポート機能を使って、他のソフトウェアでインポートできるファイルを作成することができます。  
 
データの取得/アライメント/変換は、他のソフトウェアにそのデータを送ることができて、初めて意味を持ちます。エクスポート機能を使って、他のソフトウェアでインポートできるファイルを作成することができます。  
  
OpticalRevEng Dental offers 2 different export types: Manual and Automatic. Manual exports can be used anytime and in any kind of project; Automatic exports are specific to a project.
+
このスキャニングソフトウェアには、2つのタイプのエクスポート(手動および自動)があります。手動エクスポートは、いつでも、どのような種類のプロジェクトでも利用できます。自動エクスポートはプロジェクトに特化しています。
The automatic export's functions can be configured in the [[Dental_Options|Options]] dialog.
+
自動エクスポート機能は、[[Dental_Options|オプション]]ダイアログ画面で設定できます。
  
= Formats =
+
== 〇フォーマット ==
  
OpticalRevEng Dental supports the following formats:
+
このスキャニングソフトウェアでは、以下のフォーマットがサポートされています。
  
* 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.
+
** 'Scan' : このエクスポート機能は、スキャナーで取得されたそれぞれの3D画像のファイル (.cri) と、データの詳細が含まれる追加のファイル (.scan)を作成します。このスキャニングソフトウェアのみで使用するデータで、すべてのファイルを一緒に保管する必要があります。
** 'ZScan' : this export function saves the same information as the Scan export function, but compressing everything in one single file.
+
** 'ZScan' : このエクスポート機能は、Scanエクスポート機能と同じ情報を保存しますが、すべてを1つのファイルに圧縮します。
* 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.
+
** 'STL ASCII/Binary' : STLファイルフォーマットは最もよく使われる形式です。ほとんどの3DソフトウェアはSTLファイルに対応しています。3Dオブジェクトのすべての情報を保存しない(例:色や、各面間のコネクションなど)ため、異なるソフトウェアが同じSTLファイルを読んだ場合に、異なる結果が表示されることがあります。
** '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.
+
** 'OFF ASCII' : OFFフォーマットは非常にシンプルなファイル形式で、こちら[[http://segeval.cs.princeton.edu/public/off_format.html OFF Format]]より内容を確認できます。この形式はSTLフォーマットよりも多くの情報を保存します。
** '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' : PLYフォーマットは、OFFフォーマットと同じように、3Dデータに関するより多くの情報を含みますが、他のソフトウェアではあまりサポートされていません。
** '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.
+
** 'OBJ' : OBJフォーマットはASCIIのみで、3Dデータに関して最も多くの情報を含みます。これには、色の情報も含まれ、ほとんどのソフトウェアでサポートされています。
  
If maximum compatibility is needed, the best format to use is the STL. If the objective is to keep the most accurate 3D data, the OBJ format is better.
+
最も高い互換性が必要な場合は、STLが最適となります。目的が最も正確な3Dデータを保存することであれば、OBJフォーマットがより好ましい形式となります。
  
= Manual Export =
+
== 〇手動エクスポート ==
  
There are two ways to save the Acquisitions and the Meshes on disk.
+
取得データとメッシュをディスクに保存するには、2つの方法があります。
  
== Single Object Export ==
+
=== ●シングルオブジェクトエクスポート ===
  
To export a single element from the project:
+
プロジェクトから1つの部品をエクスポートするには下記をご参照下さい。
  
# Right click on the element in the ''Project Tree''  
+
# ''プロジェクトツリー''の部品を右クリックします 。
# Select ''Export..'' from the [[Project_Tree#Context_Menu|Context Menu]]  
+
# [[Project_Tree#Context_Menu|コンテクストメニュー]]から、''Export..''を選択します。 
# From the dialog that will pop up, select where to save the file, its name and format for the data.
+
# ポップアップ表示されるダイアログ画面から、ファイルを保存する場所、ファイル名、データフォーマットを選択します。
  
== Multi Object Export ==
+
=== ●マルチオブジェクトエクスポート ===
  
To export more than one element of the project in the same file:
+
同じファイルにプロジェクトから1つ以上の部品をエクスポートするには下記をご参照下さい。
  
# Select from the Project Tree all the data that have to be exported together
+
# プロジェクトツリーから同時にエクスポートするすべてのデータを選択します。
# From the ''File menu'', select the [[Support_Toolbars_And_Menus#Project_Tools|Export Visible]] function
+
# ''ファイルメニュー''から、[[Support_Toolbars_And_Menus#Project_Tools|Export Visible]](表示部分をエクスポート)機能を選択します。
# From the dialog that will pop up, select where to save the file, its name and format for the data.
+
# ポップアップ表示されるダイアログ画面から、ファイルを保存する場所、ファイル名、データフォーマットを選択します。
  
= Automatic Export =
+
== 〇自動エクスポート ==
  
To use the automatic export function, click on the ''Export To CAD'' button in the [[Main_Toolbar|Main Toolbar]]. The software will then export all the project data, according to the selected ''Exporter Profile''.
+
自動エクスポート機能を使用するには、[[Main_Toolbar|メインツールバー]]の''Export To CAD''(CADへエクスポート)ボタンをクリックします。その後、ソフトウェアは選択された''Exporter Profile''(エクスポータープロファイル)に従って、すべてのプロジェクトデータをエクスポートします。
  
== Exporter Profile ==
+
The Exporter Profiles can be modified by authorized dealers in order to export in various different formats and to many different CADs.
 
 
An exporter profile is a set of parameters that tells the software how to export the data for a specific Cad system.
 
 
 
It is possible to modify, add or rename exporter profiles in the [[Dental_Options|Options]] panel.
 
 
 
If only one profile, called "default", is available, it will be used automatically when clicking the ''Export To CAD'' button.
 
 
 
If more than one profile are available, a pop up will ask to select what profile to use.
 
 
 
By holding {{Inline button|Key shift.png}} the ''Export Dialog'' will open and it will be possible to change the export profile only for that specific export.
 
 
 
{{Screenshot|Exporter-dialog.JPG}}
 
 
 
=== Formats ===
 
 
 
The software exports 3D shapes of the acquired data, 2D images to document the articulation, and can export a thumbnail for every 3D object.
 
 
 
In this section it is possible select which format to use.
 
 
 
Check with the cad system in use which of the formats is more appropriate.
 
 
 
=== Options ===
 
 
 
; Merge dies with healthy parts : If this option is enabled the software will merge all the dies and the healthy parts and export only one file for the entire jaw; if it's disabled the software will export one file for every die and one file for the healthy parts of the jaw
 
; Export implantPosition files : If this option is enabled the software will export a special "implantPosition" file with the information about the alignment of an implant marker that can be imported by Exocad.
 
 
 
=== Cad Integration ===
 
 
 
; Executable Path :  Select here the path to the Cad software to automatically launch it after exporting the data
 
; Cad project extension : Input the extension of the Cad project so the software can invoke the cad with the right project file
 
; Auto Start Cad : Check this box to start the Cad automatically after exporting the data
 
; Auto Close Software : Check this box  to automatically close the scan software after exporting the data
 
 
 
=== Export Path ===
 
 
 
This section allows to choose where the exported files will be saved. There are 3 different path selections
 
 
 
; Automatic : The software will choose automatically the export folder. If a Cad project extension was selected, the file will be exported in the folder in which the cad project is stored, if available. If no cad project extension was selected, the file will be exported in the scan project folder
 
; Ask : The software will ask to define the export folder for every project
 
; Fixed Folder : The software will export to the same folder every time.
 
 
 
By checking "Auto Open Export Folder", the software will automatically open the export folder after exporting the data
 
 
 
=== File Name Generator ===
 
 
 
This section allows to choose how the software will name the exported files. There are 2 different generators
 
 
 
; Default : This generator will use the "Exocad" name format "projec name-reference jaw-item name-teeth.extension"
 
; User Pattern : This generator allows to use special tags to create file names. Each tag represents a different item.
 
 
 
An example of a user pattern is "%m/%p/%d/%j-%k-%t"
 
 
 
In a project with 2 stump on the lower jaw and an antagonist the exporter will:
 
* Create a folder with the name of the doctor
 
* Create a sub-folder with the name of the patient
 
* Create a sub-folder with the date
 
* Save the stumps as lowerjaw-stump-36.stl and lowerjaw-stump-35.stl
 
* Save the healthy parts as lowerjaw-healthy.stl
 
* Save the antagonist as upperjaw.stl
 
 
 
=== Available In ===
 
 
 
Each export profile can work in one or more different kinds of project.
 
 
 
The checkboxes allow to choose in which project this profile can be used.
 
 
 
=== Export Final Translation ===
 
 
 
In each system, a spacial reference for positioning of the objects is defined. Our system uses this reference:
 
* XY Plane as the Occlusion Plane.
 
* YZ plane as the Symmetric Plane.
 
 
 
Exocad uses this same reference system.
 
 
 
Many orthodontic software use the following reference:
 
* XZ Plane as the Occlusion Plane
 
* XY Plane as the Symmetric Plane
 
 
 
Here it is possible to select the reference system used by the CAD system in use, to shift the objects' positions in a correct view.
 
  
 
{{Navigation|Man_ImplantAlign|Man_ModelTrimming}}
 
{{Navigation|Man_ImplantAlign|Man_ModelTrimming}}

Latest revision as of 07:30, 26 August 2016


9、エクスポート

データの取得/アライメント/変換は、他のソフトウェアにそのデータを送ることができて、初めて意味を持ちます。エクスポート機能を使って、他のソフトウェアでインポートできるファイルを作成することができます。

このスキャニングソフトウェアには、2つのタイプのエクスポート(手動および自動)があります。手動エクスポートは、いつでも、どのような種類のプロジェクトでも利用できます。自動エクスポートはプロジェクトに特化しています。 自動エクスポート機能は、オプションダイアログ画面で設定できます。

〇フォーマット

このスキャニングソフトウェアでは、以下のフォーマットがサポートされています。

  • 取得
    • 'Scan' : このエクスポート機能は、スキャナーで取得されたそれぞれの3D画像のファイル (.cri) と、データの詳細が含まれる追加のファイル (.scan)を作成します。このスキャニングソフトウェアのみで使用するデータで、すべてのファイルを一緒に保管する必要があります。
    • 'ZScan' : このエクスポート機能は、Scanエクスポート機能と同じ情報を保存しますが、すべてを1つのファイルに圧縮します。
  • メッシュ
    • 'STL ASCII/Binary' : STLファイルフォーマットは最もよく使われる形式です。ほとんどの3DソフトウェアはSTLファイルに対応しています。3Dオブジェクトのすべての情報を保存しない(例:色や、各面間のコネクションなど)ため、異なるソフトウェアが同じSTLファイルを読んだ場合に、異なる結果が表示されることがあります。
    • 'OFF ASCII' : OFFフォーマットは非常にシンプルなファイル形式で、こちら[OFF Format]より内容を確認できます。この形式はSTLフォーマットよりも多くの情報を保存します。
    • 'PLY ASCII/Binary' : PLYフォーマットは、OFFフォーマットと同じように、3Dデータに関するより多くの情報を含みますが、他のソフトウェアではあまりサポートされていません。
    • 'OBJ' : OBJフォーマットはASCIIのみで、3Dデータに関して最も多くの情報を含みます。これには、色の情報も含まれ、ほとんどのソフトウェアでサポートされています。

最も高い互換性が必要な場合は、STLが最適となります。目的が最も正確な3Dデータを保存することであれば、OBJフォーマットがより好ましい形式となります。

〇手動エクスポート

取得データとメッシュをディスクに保存するには、2つの方法があります。

●シングルオブジェクトエクスポート

プロジェクトから1つの部品をエクスポートするには下記をご参照下さい。

  1. プロジェクトツリーの部品を右クリックします 。
  2. コンテクストメニューから、Export..を選択します。
  3. ポップアップ表示されるダイアログ画面から、ファイルを保存する場所、ファイル名、データフォーマットを選択します。

●マルチオブジェクトエクスポート

同じファイルにプロジェクトから1つ以上の部品をエクスポートするには下記をご参照下さい。

  1. プロジェクトツリーから同時にエクスポートするすべてのデータを選択します。
  2. ファイルメニューから、Export Visible(表示部分をエクスポート)機能を選択します。
  3. ポップアップ表示されるダイアログ画面から、ファイルを保存する場所、ファイル名、データフォーマットを選択します。

〇自動エクスポート

自動エクスポート機能を使用するには、メインツールバーExport To CAD(CADへエクスポート)ボタンをクリックします。その後、ソフトウェアは選択されたExporter Profile(エクスポータープロファイル)に従って、すべてのプロジェクトデータをエクスポートします。

The Exporter Profiles can be modified by authorized dealers in order to export in various different formats and to many different CADs.

Dental 2 5 wiz prev.png Homebutton.png Dental 2 5 wiz next.png