Важно
Translation is a community effort you can join. This page is currently translated at 41.67%.
28.1.1. 3D Tiles
NEW in 3.34
28.1.1.1. Convert B3DM to GLTF
Converts files from the legacy .B3DM
format to .GLTF
or .GLB
.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Input B3DM |
|
[3D Tile] |
Input file to convert. |
Output file |
|
[3D Tile] По умолчанию: |
Specify the output 3D tile file. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Output file |
|
[3D Tile] |
Output layer in |
Код на Python
Algorithm ID: native:b3dmtogltf
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.1.1.2. Convert GLTF to vector features
Converts .GLTF
or .GLB
file contents to standard vector layer formats.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Input GLTF |
|
[3D Tile] |
Input file to convert. |
Output polygons Optional |
|
[vector: polygon] Default: |
Specify the output vector layer to store polygon features. One of:
The file encoding can also be changed here. |
Output lines Optional |
|
[vector: line] Default: |
Specify the output vector layer to store line features. One of:
The file encoding can also be changed here. |
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Output polygons |
|
[vector: polygon] |
A vector layer storing the polygon features in input layer. |
Output lines |
|
[vector: line] |
A vector layer storing the line features in input layer. |
Код на Python
Algorithm ID: native:gltftovector
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.