更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -1,18 +1,17 @@
<ui:FluentWindowEx
x:Class="ShrlAlgo.RvKits.RvCivil.ResolveCivilConnectView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:rvCivil="clr-namespace:ShrlAlgo.RvKits.RvCivil"
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
Title="土建构件连接"
Width="250"
Height="600"
MinHeight="600"
Title="土建构件连接"
Width="250"
d:DataContext="{d:DesignInstance Type=rvCivil:ResolveCivilConnectViewModel}"
mc:Ignorable="d">
mc:Ignorable="d"
x:Class="ShrlAlgoToolkit.RevitAddins.RvCivil.ResolveCivilConnectView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:rvCivil="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCivil"
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
@@ -25,8 +24,8 @@
Columns="*"
Rows="*,Auto,Auto">
<GroupBox
Grid.Row="0"
Grid.Column="0"
Grid.Row="0"
Header="扣减选项">
<StackPanel>
<CheckBox
@@ -82,10 +81,10 @@
</UniformGrid>
</GroupBox>
<Button
Grid.Row="2"
HorizontalAlignment="Stretch"
Command="{Binding ModifyModelCommand}"
Content="修改"
Grid.Row="2"
HorizontalAlignment="Stretch"
ToolTip="相交的图元才会被修改" />
</ui:AutoGrid>
</ui:FluentWindowEx>