diff --git a/CreoPluging9.0/x64/Debug/Creo90Manager.obj b/CreoPluging9.0/x64/Debug/Creo90Manager.obj index c2d511e..d3dc1c7 100644 Binary files a/CreoPluging9.0/x64/Debug/Creo90Manager.obj and b/CreoPluging9.0/x64/Debug/Creo90Manager.obj differ diff --git a/CreoPluging9.0/x64/Debug/CreoPluging9.0.pch b/CreoPluging9.0/x64/Debug/CreoPluging9.0.pch index f6b181a..403ec21 100644 Binary files a/CreoPluging9.0/x64/Debug/CreoPluging9.0.pch and b/CreoPluging9.0/x64/Debug/CreoPluging9.0.pch differ diff --git a/CreoPluging9.0/x64/Debug/Shrinkwrap90Manager.obj b/CreoPluging9.0/x64/Debug/Shrinkwrap90Manager.obj index 23ee9ee..3989daa 100644 Binary files a/CreoPluging9.0/x64/Debug/Shrinkwrap90Manager.obj and b/CreoPluging9.0/x64/Debug/Shrinkwrap90Manager.obj differ diff --git a/CreoPluging9.0/x64/Debug/ShrinkwrapCommand.obj b/CreoPluging9.0/x64/Debug/ShrinkwrapCommand.obj index a5e79a3..0bd3343 100644 Binary files a/CreoPluging9.0/x64/Debug/ShrinkwrapCommand.obj and b/CreoPluging9.0/x64/Debug/ShrinkwrapCommand.obj differ diff --git a/CreoPluging9.0/x64/Debug/ShrinkwrapDialog.obj b/CreoPluging9.0/x64/Debug/ShrinkwrapDialog.obj index 65e3127..b1f24dd 100644 Binary files a/CreoPluging9.0/x64/Debug/ShrinkwrapDialog.obj and b/CreoPluging9.0/x64/Debug/ShrinkwrapDialog.obj differ diff --git a/CreoPluging9.0/x64/Debug/dllmain.obj b/CreoPluging9.0/x64/Debug/dllmain.obj index 77ac534..47b57ea 100644 Binary files a/CreoPluging9.0/x64/Debug/dllmain.obj and b/CreoPluging9.0/x64/Debug/dllmain.obj differ diff --git a/CreoPluging9.0/x64/Debug/pch.obj b/CreoPluging9.0/x64/Debug/pch.obj index 0c9cd0d..e71be0c 100644 Binary files a/CreoPluging9.0/x64/Debug/pch.obj and b/CreoPluging9.0/x64/Debug/pch.obj differ diff --git a/CreoPluging9.0/x64/Debug/vc143.pdb b/CreoPluging9.0/x64/Debug/vc143.pdb index 39b1cbd..460b120 100644 Binary files a/CreoPluging9.0/x64/Debug/vc143.pdb and b/CreoPluging9.0/x64/Debug/vc143.pdb differ diff --git a/ShrinkwrapCommand.cpp b/ShrinkwrapCommand.cpp index 72e2487..0866dc8 100644 --- a/ShrinkwrapCommand.cpp +++ b/ShrinkwrapCommand.cpp @@ -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" diff --git a/text/chinese_cn/resource/shrinkwrap_params.res b/text/chinese_cn/resource/shrinkwrap_params.res index 4ce6c4e..9b3a04f 100644 --- a/text/chinese_cn/resource/shrinkwrap_params.res +++ b/text/chinese_cn/resource/shrinkwrap_params.res @@ -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) diff --git a/text/usascii/resource/shrinkwrap_params.res b/text/usascii/resource/shrinkwrap_params.res index 4ce6c4e..9b3a04f 100644 --- a/text/usascii/resource/shrinkwrap_params.res +++ b/text/usascii/resource/shrinkwrap_params.res @@ -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) diff --git a/x64/Debug/CreoPluging9.0.dll b/x64/Debug/CreoPluging9.0.dll index 4a34520..f68d73d 100644 Binary files a/x64/Debug/CreoPluging9.0.dll and b/x64/Debug/CreoPluging9.0.dll differ diff --git a/x64/Debug/CreoPluging9.0.pdb b/x64/Debug/CreoPluging9.0.pdb index f8848d1..7b42bd4 100644 Binary files a/x64/Debug/CreoPluging9.0.pdb and b/x64/Debug/CreoPluging9.0.pdb differ