|
|
@ -1608,16 +1608,37 @@ CUIConfig *CFDStructDataSolverBoundaryConditionManager::genCycleRotationUIConfig
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{}),
|
|
|
|
{}),
|
|
|
|
new CUIConfig({
|
|
|
|
new CUIConfig({
|
|
|
|
{"type", "LineEdit"}, // 转轴方向
|
|
|
|
{"type", "GroupBox"}, // 转轴方向
|
|
|
|
{"name", tr("Axis direction")},
|
|
|
|
{"name", tr("Axis direction")},
|
|
|
|
{"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_STRING},
|
|
|
|
{"layout", "QHBoxLayout"},
|
|
|
|
{"value_origin", QVA_GLOBAL(&m_RotationAxisDirection)},
|
|
|
|
// {"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_STRING},
|
|
|
|
|
|
|
|
// {"value_origin", QVA_GLOBAL(&m_RotationAxisDirection)},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{}),
|
|
|
|
{
|
|
|
|
|
|
|
|
new CUIConfig({
|
|
|
|
|
|
|
|
{"type", "LineEdit"},
|
|
|
|
|
|
|
|
{"name", "X:"},
|
|
|
|
|
|
|
|
{"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_DOUBLE},
|
|
|
|
|
|
|
|
{"value_origin", m_per_rot_aixsX},
|
|
|
|
|
|
|
|
}),
|
|
|
|
|
|
|
|
new CUIConfig({
|
|
|
|
|
|
|
|
{"type", "LineEdit"},
|
|
|
|
|
|
|
|
{"name", "Y:"},
|
|
|
|
|
|
|
|
{"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_DOUBLE},
|
|
|
|
|
|
|
|
{"value_origin", m_per_rot_aixsY},
|
|
|
|
|
|
|
|
}),
|
|
|
|
|
|
|
|
new CUIConfig({
|
|
|
|
|
|
|
|
{"type", "LineEdit"},
|
|
|
|
|
|
|
|
{"name", "Z:"},
|
|
|
|
|
|
|
|
{"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_DOUBLE},
|
|
|
|
|
|
|
|
{"value_origin", m_per_rot_aixsZ},
|
|
|
|
|
|
|
|
}),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}),
|
|
|
|
new CUIConfig({
|
|
|
|
new CUIConfig({
|
|
|
|
{"type", "LineEdit"}, // 旋转角
|
|
|
|
{"type", "LineEdit"}, // 旋转角
|
|
|
|
{"name", tr("Rotation angle")},
|
|
|
|
{"name", tr("Rotation angle")},
|
|
|
|
{"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_STRING},
|
|
|
|
{"value_type", CUI_DATA_TYPE::CUI_DATA_TYPE_DOUBLE},
|
|
|
|
{"value_origin", QVA_GLOBAL(&m_RotationAngle)},
|
|
|
|
{"value_origin", QVA_GLOBAL(&m_RotationAngle)},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{}),
|
|
|
|
{}),
|
|
|
|