This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,4 +1,4 @@
<ui:FluentWindowEx
<ui:NeoWindow
Height="800"
Title="净空检查"
Width="400"
@@ -10,7 +10,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.Resources>
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
@@ -98,31 +98,31 @@
HorizontalAlignment="Right"
VerticalAlignment="Center"
Text="排除高度低的管线(mm)" />-->
<ui:TextBoxEx
<TextBox
Header="排除高度低的管线:"
HeaderPlacement="Left"
MinWidth="120"
Suffix="mm"
ui:InputAssist.Suffix="mm"
Text="1000" />
<!--<TextBlock
HorizontalAlignment="Right"
VerticalAlignment="Center"
Text="排除长度短的管线(mm)" />-->
<ui:TextBoxEx
<TextBox
Header="排除长度短的管线:"
HeaderPlacement="Left"
MinWidth="120"
Suffix="mm"
ui:InputAssist.Suffix="mm"
Text="500" />
<!--<TextBlock
HorizontalAlignment="Right"
VerticalAlignment="Center"
Text="净高要求高度(mm)" />-->
<ui:TextBoxEx
<TextBox
Header="净高要求高度:"
HeaderPlacement="Left"
MinWidth="120"
Suffix="mm"
ui:InputAssist.Suffix="mm"
Text="2600" />
<Button
Command="{Binding AnalysisHeadroomCommand}"
@@ -145,4 +145,4 @@
ToolTip="生成三维房间实体" />
</ui:StackPanel>
</Grid>
</ui:FluentWindowEx>
</ui:NeoWindow>