上传仓库版本
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;
|
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"
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -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.
Loading…
Reference in New Issue
Block a user