上传仓库版本
This commit is contained in:
parent
0d6122b997
commit
8bc7f07ed7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -79,7 +79,7 @@ void ShrinkwrapActionListener::OnCommand() {
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
debugOss << "Parameters Applied:\n"
|
||||
|
||||
@ -32,9 +32,9 @@
|
||||
(method_rg.Names "0"
|
||||
"1"
|
||||
"2")
|
||||
(method_rg.Labels "Surface Subset"
|
||||
"Faceted Solid"
|
||||
"Merged Solid")
|
||||
(method_rg.Labels "Surfaces Only"
|
||||
"Approximate Solid"
|
||||
"Precise Solid")
|
||||
(method_rg.Orientation 1) ! Vertical
|
||||
(.Label "Creation Method")
|
||||
(.Decorated True)
|
||||
|
||||
@ -32,9 +32,9 @@
|
||||
(method_rg.Names "0"
|
||||
"1"
|
||||
"2")
|
||||
(method_rg.Labels "Surface Subset"
|
||||
"Faceted Solid"
|
||||
"Merged Solid")
|
||||
(method_rg.Labels "Surfaces Only"
|
||||
"Approximate Solid"
|
||||
"Precise Solid")
|
||||
(method_rg.Orientation 1) ! Vertical
|
||||
(.Label "Creation Method")
|
||||
(.Decorated True)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user