|
NX Open C++ 参考指南 2406 v1.1
|
后处理管理器 更多...
#include <DesignSimulation_PostManager.hxx>
Public 成员函数 | |
| NXOpen::DesignSimulation::AnimationController * | CreateAnimationController () |
| NXOpen::DesignSimulation::ResultSettingsBuilder * | CreateResultSettingsBuilder () |
| NXOpen::DesignSimulation::ViewContourBuilder * | CreateViewContourBuilder () |
| NXOpen::DesignSimulation::ViewTabularResultBuilder * | CreateViewTabularResultBuilder () |
| NXOpen::DesignSimulation::ViewXygraphBuilder * | CreateViewXygraphBuilder () |
| void | ExportAnimationToGif (const char *fileName) |
| void | ExportAnimationToGif (const NXString &fileName) |
| void | GetContourLimits (int contourIndex, double *minValue, double *maxValue, NXOpen::Unit **unitTag) |
| void | HideContour () |
| bool | IsAnimationPlaying () |
| bool | IsContourShown () |
| void | ShowContour () |
| tag_t | Tag () const |
后处理管理器
表示设计仿真后处理管理器
要获取此类的实例,请参考 NXOpen::BasePart
于NX2206.0.0版本创建。
| NXOpen::DesignSimulation::AnimationController * NXOpen::DesignSimulation::PostManager::CreateAnimationController | ( | ) |
创建 NXOpen::DesignSimulation::AnimationController 。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| NXOpen::DesignSimulation::ResultSettingsBuilder * NXOpen::DesignSimulation::PostManager::CreateResultSettingsBuilder | ( | ) |
创建 NXOpen::DesignSimulation::ResultSettingsBuilder 。
于NX2212.0.0版本创建。
许可要求 : 无
| NXOpen::DesignSimulation::ViewContourBuilder * NXOpen::DesignSimulation::PostManager::CreateViewContourBuilder | ( | ) |
创建 NXOpen::DesignSimulation::ViewContourBuilder 。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| NXOpen::DesignSimulation::ViewTabularResultBuilder * NXOpen::DesignSimulation::PostManager::CreateViewTabularResultBuilder | ( | ) |
创建 NXOpen::DesignSimulation::ViewTabularResultBuilder 。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| NXOpen::DesignSimulation::ViewXygraphBuilder * NXOpen::DesignSimulation::PostManager::CreateViewXygraphBuilder | ( | ) |
创建 NXOpen::DesignSimulation::ViewXygraphBuilder 。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| void NXOpen::DesignSimulation::PostManager::ExportAnimationToGif | ( | const char * | fileName | ) |
将正在播放的轮廓动画导出为GIF文件。如果没有正在播放的轮廓动画,将抛出错误。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| fileName | 文件名 |
| void NXOpen::DesignSimulation::PostManager::ExportAnimationToGif | ( | const NXString & | fileName | ) |
将正在播放的轮廓动画导出为GIF文件。如果没有正在播放的轮廓动画,将抛出错误。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| fileName | 文件名 |
| void NXOpen::DesignSimulation::PostManager::GetContourLimits | ( | int | contourIndex, |
| double * | minValue, | ||
| double * | maxValue, | ||
| NXOpen::Unit ** | unitTag ) |
获取显示的轮廓图的最小和最大限制。
于NX2406.0.0版本创建。
许可要求 : 无
| contourIndex | 轮廓索引 |
| minValue | 最小值 |
| maxValue | 最大值 |
| unitTag | 单位标签 |
| void NXOpen::DesignSimulation::PostManager::HideContour | ( | ) |
隐藏轮廓。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| bool NXOpen::DesignSimulation::PostManager::IsAnimationPlaying | ( | ) |
查询是否有动画正在播放。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| bool NXOpen::DesignSimulation::PostManager::IsContourShown | ( | ) |
查询是否显示轮廓。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| void NXOpen::DesignSimulation::PostManager::ShowContour | ( | ) |
根据现有视图轮廓设置绘制轮廓。
于NX2206.0.0版本创建。
许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")
| tag_t NXOpen::DesignSimulation::PostManager::Tag | ( | ) | const |
返回此对象的标签。