NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::DesignSimulation::PostManager类 参考

后处理管理器 更多...

#include <DesignSimulation_PostManager.hxx>

Public 成员函数

NXOpen::DesignSimulation::AnimationControllerCreateAnimationController ()
NXOpen::DesignSimulation::ResultSettingsBuilderCreateResultSettingsBuilder ()
NXOpen::DesignSimulation::ViewContourBuilderCreateViewContourBuilder ()
NXOpen::DesignSimulation::ViewTabularResultBuilderCreateViewTabularResultBuilder ()
NXOpen::DesignSimulation::ViewXygraphBuilderCreateViewXygraphBuilder ()
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版本创建。

成员函数说明

◆ CreateAnimationController()

NXOpen::DesignSimulation::AnimationController * NXOpen::DesignSimulation::PostManager::CreateAnimationController ( )

创建 NXOpen::DesignSimulation::AnimationController
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ CreateResultSettingsBuilder()

NXOpen::DesignSimulation::ResultSettingsBuilder * NXOpen::DesignSimulation::PostManager::CreateResultSettingsBuilder ( )

创建 NXOpen::DesignSimulation::ResultSettingsBuilder
于NX2212.0.0版本创建。

许可要求 : 无

◆ CreateViewContourBuilder()

NXOpen::DesignSimulation::ViewContourBuilder * NXOpen::DesignSimulation::PostManager::CreateViewContourBuilder ( )

创建 NXOpen::DesignSimulation::ViewContourBuilder
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ CreateViewTabularResultBuilder()

NXOpen::DesignSimulation::ViewTabularResultBuilder * NXOpen::DesignSimulation::PostManager::CreateViewTabularResultBuilder ( )

创建 NXOpen::DesignSimulation::ViewTabularResultBuilder
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ CreateViewXygraphBuilder()

NXOpen::DesignSimulation::ViewXygraphBuilder * NXOpen::DesignSimulation::PostManager::CreateViewXygraphBuilder ( )

创建 NXOpen::DesignSimulation::ViewXygraphBuilder
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ ExportAnimationToGif() [1/2]

void NXOpen::DesignSimulation::PostManager::ExportAnimationToGif ( const char * fileName)

将正在播放的轮廓动画导出为GIF文件。如果没有正在播放的轮廓动画,将抛出错误。
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

参数
fileName文件名

◆ ExportAnimationToGif() [2/2]

void NXOpen::DesignSimulation::PostManager::ExportAnimationToGif ( const NXString & fileName)

将正在播放的轮廓动画导出为GIF文件。如果没有正在播放的轮廓动画,将抛出错误。
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

参数
fileName文件名

◆ GetContourLimits()

void NXOpen::DesignSimulation::PostManager::GetContourLimits ( int contourIndex,
double * minValue,
double * maxValue,
NXOpen::Unit ** unitTag )

获取显示的轮廓图的最小和最大限制。
于NX2406.0.0版本创建。

许可要求 : 无

参数
contourIndex轮廓索引
minValue最小值
maxValue最大值
unitTag单位标签

◆ HideContour()

void NXOpen::DesignSimulation::PostManager::HideContour ( )

隐藏轮廓。
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ IsAnimationPlaying()

bool NXOpen::DesignSimulation::PostManager::IsAnimationPlaying ( )

查询是否有动画正在播放。
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ IsContourShown()

bool NXOpen::DesignSimulation::PostManager::IsContourShown ( )

查询是否显示轮廓。
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ ShowContour()

void NXOpen::DesignSimulation::PostManager::ShowContour ( )

根据现有视图轮廓设置绘制轮廓。
于NX2206.0.0版本创建。

许可要求 : des_top_opt ("设计师拓扑优化") 或 sc_des_topol_opt ("设计师拓扑优化") 或 nx_perf_predictor ("性能预测器")

◆ Tag()

tag_t NXOpen::DesignSimulation::PostManager::Tag ( ) const

返回此对象的标签。