|
@@ -567,6 +567,7 @@ void boostJsonObject::FromParamJson(string param)
|
|
throw myException("hybridParam miss some parameters!");
|
|
throw myException("hybridParam miss some parameters!");
|
|
da_struct->HybridParaml_ = false;
|
|
da_struct->HybridParaml_ = false;
|
|
}
|
|
}
|
|
|
|
+ if((!da_struct->TetraParam_)&&(!da_struct->HexaParam_)&&(!da_struct->HybridParaml_))da_struct->style = 0;//面网格赋值
|
|
}else if(this->action == "geometryFileShow"){
|
|
}else if(this->action == "geometryFileShow"){
|
|
rg_struct = new render_geo_struct();
|
|
rg_struct = new render_geo_struct();
|
|
rg_struct->filename = root.get<std::string>("geometryFile");
|
|
rg_struct->filename = root.get<std::string>("geometryFile");
|