上传仓库版本

This commit is contained in:
sladro 2026-01-16 10:08:15 +08:00
parent 0d6122b997
commit 8bc7f07ed7
13 changed files with 7 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -79,7 +79,7 @@ void ShrinkwrapActionListener::OnCommand() {
} }
std::ostringstream debugOss; std::ostringstream debugOss;
const char* methodNames[] = { "Surface Subset", "Faceted Solid", "Merged Solid" }; const char* methodNames[] = { "Surfaces Only", "Approximate Solid", "Precise Solid" };
int mIdx = (req.method >= 0 && req.method <= 2) ? req.method : 0; int mIdx = (req.method >= 0 && req.method <= 2) ? req.method : 0;
debugOss << "Parameters Applied:\n" debugOss << "Parameters Applied:\n"

View File

@ -32,9 +32,9 @@
(method_rg.Names "0" (method_rg.Names "0"
"1" "1"
"2") "2")
(method_rg.Labels "Surface Subset" (method_rg.Labels "Surfaces Only"
"Faceted Solid" "Approximate Solid"
"Merged Solid") "Precise Solid")
(method_rg.Orientation 1) ! Vertical (method_rg.Orientation 1) ! Vertical
(.Label "Creation Method") (.Label "Creation Method")
(.Decorated True) (.Decorated True)

View File

@ -32,9 +32,9 @@
(method_rg.Names "0" (method_rg.Names "0"
"1" "1"
"2") "2")
(method_rg.Labels "Surface Subset" (method_rg.Labels "Surfaces Only"
"Faceted Solid" "Approximate Solid"
"Merged Solid") "Precise Solid")
(method_rg.Orientation 1) ! Vertical (method_rg.Orientation 1) ! Vertical
(.Label "Creation Method") (.Label "Creation Method")
(.Decorated True) (.Decorated True)

Binary file not shown.

Binary file not shown.