Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Distribution/jp/RailSim2/Help/pi_girder.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download) (as text)
Sat Aug 21 01:33:05 2010 UTC (13 years, 9 months ago) by okadu
File MIME type: text/html
File size: 4032 byte(s)
[okadu] 配布用マスターディレクトリ(Distribution)を追加。
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
5 <title>橋桁プラグイン</title>
6 <link rel="stylesheet" type="text/css" href="main.css">
7 <link rel="SHORTCUT ICON" href="interi.ico">
8 </head>
9 <body>
10 <a name="pagetop">
11 <div class="centerbox" align="center">
12 <div class="topbox">
13 <div class="contbox">
14 <h1>橋桁プラグイン</h1>
15 </div>
16 <div class="menubox">
17 <div class="contbox">
18 <h2>コンテンツ</h2>
19 <p class="joint"><a href="../index.html">トップページ</a></p>
20 <p class="joint"><a href="introduction.html">はじめに</a></p>
21 <p class="joint"><a href="operation.html">操作方法</a></p>
22 <p class="joint"><a href="plugin.html">プラグイン</a><br>+ <a href="pi_install.html">インストール</a><br>+ <a href="pi_making.html">作成方法</a><br>+ <a href="pi_grammar.html">文法の読み方</a><br>+ <a href="pi_profile.html">プロファイル</a><br> + <a href="pi_rail.html">レール</a><br> + <a href="pi_tie.html">枕木</a><br> + <span class="appeal">橋桁</span><br> + <a href="pi_pier.html">橋脚</a><br> + <a href="pi_line.html">架線</a><br>+ <a href="pi_pole.html">架線柱</a><br>+ <a href="pi_model.html">モデル</a><br> + <a href="pi_train.html">車輌</a><br> + <a href="pi_station.html">駅舎</a><br> + <a href="pi_struct.html">施設</a><br> + <a href="pi_surface.html">地形</a><br>+ <a href="pi_env.html">環境</a><br>+ <a href="pi_skin.html">スキン</a><br>+ <a href="pi_index.html">索引</a></p>
23 <p class="joint"><a href="thanks.html">謝辞</a></p>
24 <p class="joint"><a href="support.html">サポート</a></p>
25 <p class="joint"><a href="faq.html">よくある質問</a></p>
26 <p><a href="history.html">更新履歴</a></p>
27 </div>
28 </div>
29 <div class="mainbox">
30 <div class="contbox">
31 <h2>概要</h2>
32 <p>橋桁プラグインは、高架線路の土台や壁面などの連続構成物を表現するために使用されます。</p>
33 </div>
34 <div class="contbox cb_src">
35 <h2>定義ファイル (Girder2.txt) 文法</h2>
36 <pre class="nonterm">girder-plugin ::=</pre>
37 <pre class="ind"><a class="nonterm" href="pi_sym_plugin_header.html">plugin-header</a>
38 GirderInfo{
39 Height = <a class="nonterm" href="pi_sym_float.html">float</a>;
40 <span class="ctrl">(</span> TrackNum = <a class="nonterm" href="pi_sym_integer.html">integer</a>; <span class="ctrl">)</span><span class="sub">opt</span>
41 <span class="ctrl">(</span> TrackInterval = <a class="nonterm" href="pi_sym_float.html">float</a>; <span class="ctrl">)</span><span class="sub">cond</span>
42 <span class="ctrl">(</span> FlattenCant = <a class="nonterm" href="pi_sym_yes_no.html">yes-no</a>; <span class="ctrl">)</span><span class="sub">opt</span>
43 }
44 <a class="nonterm" href="pi_sym_profile_list.html">profile-list</a></pre>
45 </div>
46 <div class="contbox">
47 <h2>解説</h2>
48 <p class="argname">Height</p>
49 <p class="argexp">橋桁の土台部分の厚さを指定します。</p>
50 <p class="argname">TrackNum</p>
51 <p class="argexp">ひとつの橋桁で何本の線路をカバーするか指定します。デフォルト値は 1 です。</p>
52 <p class="argname">TrackInterval</p>
53 <p class="argexp"><span class="source">TrackNum</span> で 2 以上の値を指定した場合に記述します。2 線以上をカバーする橋桁において、線路の間隔を指定します。</p>
54 <p class="argname">FlattenCant</p>
55 <p class="argexp">橋桁より下のレイヤにカントの影響を伝えないかどうかを設定します。<span class="source">yes</span> を指定するとカントの影響は除去され、橋脚には勾配のみが影響するようになります。デフォルト値は <span class="source">no</span> です。</p>
56 <p><a class="nonterm" href="pi_sym_profile.html">profile</a> による断面定義では、断面を XY 平面とする 2 次元座標で形状指定を行いますが、このうち縦方向にあたる y 座標については、枕木の底面に対応する位置を 0.0 として指定を行ってください。</p>
57 </div>
58 </div>
59 <div class="footbox">
60 <p class="silent"><a href="pi_tie.html"><PrevSec</a> | <a href="plugin.html">▲ChTop</a> | <a href="#pagetop">▲PageTop</a> | <a href="pi_pier.html">NextSec></a><br>Copyright (c) 2003-2009 インターネット停留所</p>
61 </div>
62 </div>
63 </div>
64 </body>
65 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26