摘要:
int iEnumType = this->enumType->SetShow(true); int iEnumType = this->enumType->GetProperties()->SetLogical("Show",true); 一种是8.5以上才能用的,一种是通用 第二种写法,有问题, 阅读全文
摘要:
//类型转换 string转NXString NXString nxsTemp(selectedPart.strTemp.c_str()); //类型转换 NXString转string //类型转换 vector<string>转vector<NXString> //类型转换 vector<NXS 阅读全文