chore: 坐标系检测按钮移至功能测试区
This commit is contained in:
parent
823c2de74d
commit
00afbeec73
@ -178,13 +178,6 @@ NavisworksTransport 系统管理页签视图 - 采用与其他页签一致的Nav
|
||||
ToolTip="AutoDetect: 自动检测, ZUp: Z轴向上, YUp: Y轴向上"/>
|
||||
</Grid>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Margin="0,0,0,8">
|
||||
<Button Content="坐标系检测"
|
||||
Command="{Binding CoordinateSystemExplorerCommand}"
|
||||
Style="{StaticResource ActionButtonStyle}"
|
||||
ToolTip="检测当前文档的坐标系信息(用于适配Y-up坐标系模型)"/>
|
||||
</StackPanel>
|
||||
|
||||
<!-- 当前坐标系信息 -->
|
||||
<TextBlock Text="{Binding CurrentCoordinateSystemInfo}"
|
||||
FontSize="10"
|
||||
@ -286,6 +279,12 @@ NavisworksTransport 系统管理页签视图 - 采用与其他页签一致的Nav
|
||||
Style="{StaticResource ActionButtonStyle}"
|
||||
ToolTip="单点+像素邻域法快速推断面法向量。点击后在模型面上点击。"
|
||||
Margin="2,2,2,0"/>
|
||||
|
||||
<Button Grid.Row="1" Grid.Column="2" Content="坐标系检测"
|
||||
Command="{Binding CoordinateSystemExplorerCommand}"
|
||||
Style="{StaticResource ActionButtonStyle}"
|
||||
ToolTip="检测当前文档的坐标系信息(用于适配Y-up坐标系模型)"
|
||||
Margin="2,2,0,0"/>
|
||||
</Grid>
|
||||
|
||||
</StackPanel>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user