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

流道显示构建器 更多...

#include <Tooling_FlowDisplayBuilder.hxx>

类 NXOpen::Tooling::FlowDisplayBuilder 继承关系图:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public 类型

enum  AnalysisResults {
  AnalysisResultsMeltFrontTime , AnalysisResultsGateContribution , AnalysisResultsPressureDrop , AnalysisResultsMeltFrontTemperature ,
  AnalysisResultsMaxTemperature , AnalysisResultsAverageTemperature , AnalysisResultsFrozenLayerRatio , AnalysisResultsMaxCoolingTime
}

Public 成员函数

bool AirTrapOption ()
void DisplayDynamicColorPlots ()
NXString FolderBrowser ()
int NumberIntervals ()
int NumberSubMeshes ()
NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults ResultsOption ()
void SetAirTrapOption (bool airTrapOption)
void SetFolderBrowser (const char *foldername)
void SetFolderBrowser (const NXString &foldername)
void SetNumberIntervals (int numIntervals)
void SetNumberSubMeshes (int noSubMeshes)
void SetResultsOption (NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults resultsOption)
void SetWeldLineOption (bool weldLineOption)
bool WeldLineOption ()
Public 成员函数 继承自 NXOpen::Builder
NXOpen::NXObjectCommit ()
void Destroy ()
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
NXOpen::NXObjectGetObject ()
NXOpen::PreviewBuilderPreviewBuilder ()
void ShowResults ()
virtual bool Validate ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _FlowDisplayBuilderBuilder

详细描述

流道显示构建器

Represents the builder which is used to create flow analysis.
To create a new instance of this class, use NXOpen::Tooling::MoldDesignCollection::CreateFlowDisplayBuilder
Default values.

Property Value
AirTrapOption 0
NumberIntervals 20
NumberSubMeshes 0
ResultsOption MeltFrontTime
WeldLineOption 0


Created in NX8.5.0.

成员枚举类型说明

◆ AnalysisResults

The option of analysis results.

枚举值
AnalysisResultsMeltFrontTime 

melt front time

AnalysisResultsGateContribution 

gate contribution

AnalysisResultsPressureDrop 

pressure drop

AnalysisResultsMeltFrontTemperature 

melt front temperature

AnalysisResultsMaxTemperature 

max temperature

AnalysisResultsAverageTemperature 

average temperature

AnalysisResultsFrozenLayerRatio 

frozen layer ratio

AnalysisResultsMaxCoolingTime 

max cooling time

成员函数说明

◆ AirTrapOption()

bool NXOpen::Tooling::FlowDisplayBuilder::AirTrapOption ( )

Returns the air trap option to be set
Created in NX8.5.0.

License requirements : None

◆ DisplayDynamicColorPlots()

void NXOpen::Tooling::FlowDisplayBuilder::DisplayDynamicColorPlots ( )

Display color plots in all steps.
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

◆ FolderBrowser()

NXString NXOpen::Tooling::FlowDisplayBuilder::FolderBrowser ( )

Returns the folder in which flow analysis results can be found
Created in NX8.5.0.

License requirements : None

◆ NumberIntervals()

int NXOpen::Tooling::FlowDisplayBuilder::NumberIntervals ( )

Returns the interval number of the whole filling time.
Created in NX8.5.0.

License requirements : None

◆ NumberSubMeshes()

int NXOpen::Tooling::FlowDisplayBuilder::NumberSubMeshes ( )

Returns the number of sub-meshes to display
Created in NX8.5.0.

License requirements : None

◆ ResultsOption()

NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults NXOpen::Tooling::FlowDisplayBuilder::ResultsOption ( )

Returns the analysis results option to display
Created in NX8.5.0.

License requirements : None

◆ SetAirTrapOption()

void NXOpen::Tooling::FlowDisplayBuilder::SetAirTrapOption ( bool airTrapOption)

Sets the air trap option to be set
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
airTrapOptionairtrapoption

◆ SetFolderBrowser() [1/2]

void NXOpen::Tooling::FlowDisplayBuilder::SetFolderBrowser ( const char * foldername)

Sets the folder in which flow analysis results can be found
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
foldernamefoldername

◆ SetFolderBrowser() [2/2]

void NXOpen::Tooling::FlowDisplayBuilder::SetFolderBrowser ( const NXString & foldername)

Sets the folder in which flow analysis results can be found
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
foldernamefoldername

◆ SetNumberIntervals()

void NXOpen::Tooling::FlowDisplayBuilder::SetNumberIntervals ( int numIntervals)

Sets the interval number of the whole filling time.
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
numIntervalsnumintervals

◆ SetNumberSubMeshes()

void NXOpen::Tooling::FlowDisplayBuilder::SetNumberSubMeshes ( int noSubMeshes)

Sets the number of sub-meshes to display
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
noSubMeshesnosubmeshes

◆ SetResultsOption()

void NXOpen::Tooling::FlowDisplayBuilder::SetResultsOption ( NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults resultsOption)

Sets the analysis results option to display
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
resultsOptionresultsoption

◆ SetWeldLineOption()

void NXOpen::Tooling::FlowDisplayBuilder::SetWeldLineOption ( bool weldLineOption)

Sets the weld line option to be set
Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

参数
weldLineOptionweldlineoption

◆ WeldLineOption()

bool NXOpen::Tooling::FlowDisplayBuilder::WeldLineOption ( )

Returns the weld line option to be set
Created in NX8.5.0.

License requirements : None