NavisworksTransport/default_config.toml

74 lines
1.8 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NavisworksTransport 系统配置文件
# 单位说明:长度单位均为米(m)
[path_editing]
# 网格单元大小(米)- 推荐值0.3-1.0
cell_size_meters = 0.5
# 最大高度差(米)- 楼梯、坡道可接受的高度阈值
max_height_diff_meters = 0.35
# 运动物体长度(米)
object_length_meters = 1.5
# 运动物体宽度(米)
object_width_meters = 1.0
# 运动物体高度(米)
object_height_meters = 2.0
# 安全间隙(米)
safety_margin_meters = 0.1
# 路径默认转弯半径(米)
default_path_turn_radius = 2.5
# 圆弧采样步长(米)- 推荐值0.02-0.1
arc_sampling_step = 0.05
[visualization]
# 地图边距比例0-1之间
margin_ratio = 0.1
# 通行空间渲染透明度0.0=完全透明1.0=完全不透明)
# 推荐值0.3-0.6,可根据实际模型场景调整
# 值越小越透明,值越大越不透明
passage_space_opacity = 0.4
[animation]
# 动画帧率(帧/秒)
frame_rate = 30
# 动画持续时间(秒)
duration_seconds = 10.0
# 检测容差(米)- 用于ClashDetective精确检测
detection_tolerance_meters = 0.05
# 空间索引格子大小(米)
spatial_index_cell_size = 1.0
[logistics]
# 可通行性默认值true
traversable = true
# 优先级默认值5范围1-5
priority = 5
# 高度限制默认值3.0米)
height_limit_meters = 3.0
# 速度限制默认值0.8米/秒)
speed_limit_meters_per_second = 0.8
# 宽度限制默认值3.0米)
width_limit_meters = 3.0
[coordinate_system]
# 坐标系类型
# 可选值: "AutoDetect", "ZUp", "YUp"
# AutoDetect: 自动检测(推荐)
# ZUp: 强制使用 Z-Up 坐标系Navisworks 默认)
# YUp: 强制使用 Y-Up 坐标系(常见于 Revit 导出)
type = "AutoDetect"