-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3D_Vector.html
More file actions
53 lines (51 loc) · 3.58 KB
/
Copy path3D_Vector.html
File metadata and controls
53 lines (51 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<h1 class="firstheading">3Dベクトルグラフ</h1>
<p class="urlname" style="display: none;">3Dベクトルグラフ</p>
<p><br />
</p>
<h2><a name="Summary"></a><span class="mw-headline">サマリー</span></h2>
<p>Originは<b>XYZ XYZ</b> および <b>XYZ dXdYdZ</b>の2種類のデータ構成から3Dベクトル図を作図できます。
</p>
<p>XYZ XYZ はベクトルの始点と終点を定義します。XYZ dXdYdZはベクトルの始点データと始点と終点のXYZ平面上への射影の長さです。
</p>
<h2><a name="What_you_will_learn"></a><span class="mw-headline">学習する項目</span></h2>
<ul>
<li>XYZ dXdYdZワークシートデータから3Dベクトル図を作成する</li>
<li>Customize the 3D Vector</li>
</ul>
<h2><a name="Steps"></a><span class="mw-headline">ステップ</span></h2>
<p>このチュートリアルは、チュートリアルデータプロジェクト(<i><i><Origin EXE フォルダ>\Samples\TutorialData.opj</i></i>)と関連しています。
<br />
また、「ラーニングセンター」からこのグラフを呼び出すことができます。(<b>ヘルプ: Learning Center</b> メニューを選択、または
キーボードの<b>F11</b> キーを押して、<b>グラフサンプルから、グラフサンプル:3D Symbol Bar and Wall</b>を選択します)
</p>
<ol>
<li><b>TutorialData.opj </b>を開き、<b>プロジェクトエクスプローラ</b>で<b>Project Exprorer</b>
(PE) フォルダを開きます。 </li>
<li>ワークブック<b>Book2</b>を開きます。ワークシートの左上角を右クリックして全てのデータを選択します。 </li>
<li>メニューから、<b>作図:3D:3DベクトルXYZ dXdYdZ</b>を選択します。以上により、ビルトインのテンプレートから3Dベクトルプロットを作成します。
<dl>
<dd><a class="image"><img alt="3D Vector 01.PNG" src="../images/3D_Vector/3D_Vector_01.PNG"
width="480" border="0" /></a></dd>
</dl></li>
<li>ベクトル図をダブルクリックして、<b>作図の詳細</b>ダイアログを開きます。ダイアログの左側にあるパネルで<b>オリジナル</b>
ベクトルプロットが選択されていることを確認します。<b>3D ベクトルタブ</b>を選択します。
<ul>
<li><b>作図の詳細</b> ダイアログボックスの <b>3Dベクトル</b> タブで、次のグラフのように示したようなパラメータに設定します。<b>色</b>ボタンをクリックし、メニュー内から<b>暗い空色</b>を選択します。
</li>
</ul>
<dl>
<dd><a class="image"><img alt="3D Vector 02.PNG" src="../images/3D_Vector/3D_Vector_02.PNG"
width="828" height="361" border="0" /></a></dd>
<dd><b><b>OK</b></b>ボタンをクリックしてこれらの設定を適用し、ダイアログを閉じます。</dd>
</dl></li>
<li>メインメニューで<b>フォーマット:レイヤ</b>と操作して作図の詳細ダイアログを開き、<b>ライティング</b>タブで下図のように設定します。
<dl>
<dd><a class="image"><img alt="3D Vector 04-1.PNG" src="../images/3D_Vector/3D_Vector_04-1.PNG"
width="703" height="377" border="0" /></a></dd>
</dl></li>
<li>グラフを回転させて、見やすくなる角度に変更します。最終的なグラフはこのようになります。
<dl>
<dd><a class="image"><img alt="3D Vector 05.PNG" src="../images/3D_Vector/3D_Vector_05.PNG"
width="468" border="0" /></a></dd>
</dl></li>
</ol>