Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

マニュアル追記)新しいオブジェクトが生成される際の条件を記載 #227

Merged
merged 5 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Documentation/manual/ModelAdjust.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ PLATEAUウィンドウの`モデル調整`では、インポートした都市
- すべて1つに結合(インポート時の地域単位に相当します)
- `粒度を変更する`にチェックが入っていない状態でマテリアル分けした場合、現在と同じ粒度にします。
- 後述の`マテリアルを条件指定で変更する`にチェックが入っていない状態で実行ボタンを押した場合、マテリアルを変えずに粒度を変更します。
- `主要地物内の同一マテリアル単位`で分割結合した場合は出力されたコンポーネントの名前は"Material-(マテリアルID)"となり、それ以外の場合はコンポーネントが対応する地物のgml:idと同じ文字列で設定されます。

#### マテリアル分け

Expand Down Expand Up @@ -150,6 +151,8 @@ PLATEAUウィンドウの`モデル調整`では、インポートした都市
- `詳細設定`から詳細な設定が行えます。
- `実行`ボタンを押すと地形の平滑化が行われ、道路、災害リスク、土地利用等対象の都市モデルが変換した地形に重なるよう自動的に調整されます。

- 地形変換/高さ合わせ処理の出力結果について、ランドスケープは名前の先頭に"TERRAIN_"が付与されます。高さ合わせした地物については、前と同じ名前のコンポーネントが生成されます。

### 詳細設定

![](../resources/manual/landscape/advancedSettings.png)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/manual/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
href: Installation.md
- name: 3D都市モデルのインポート
href: ImportCityModels.md
- name: 3D都市モデルの編集
- name: 3D都市モデルの調整
href: ModelAdjust.md
- name: 3D都市モデルのエクスポート
href: ExportCityModels.md
Expand Down