|
NX Open C++ 参考指南 2406 v1.1
|
流道显示构建器 更多...
#include <Tooling_FlowDisplayBuilder.hxx>
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::NXObject * | Commit () |
| void | Destroy () |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| NXOpen::NXObject * | GetObject () |
| NXOpen::PreviewBuilder * | PreviewBuilder () |
| 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.
The option of analysis results.
| bool NXOpen::Tooling::FlowDisplayBuilder::AirTrapOption | ( | ) |
Returns the air trap option to be set
Created in NX8.5.0.
License requirements : None
| void NXOpen::Tooling::FlowDisplayBuilder::DisplayDynamicColorPlots | ( | ) |
Display color plots in all steps.
Created in NX8.5.0.
License requirements : ug_mold_design ("UG MOLD")
| NXString NXOpen::Tooling::FlowDisplayBuilder::FolderBrowser | ( | ) |
Returns the folder in which flow analysis results can be found
Created in NX8.5.0.
License requirements : None
| int NXOpen::Tooling::FlowDisplayBuilder::NumberIntervals | ( | ) |
Returns the interval number of the whole filling time.
Created in NX8.5.0.
License requirements : None
| int NXOpen::Tooling::FlowDisplayBuilder::NumberSubMeshes | ( | ) |
Returns the number of sub-meshes to display
Created in NX8.5.0.
License requirements : None
| NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults NXOpen::Tooling::FlowDisplayBuilder::ResultsOption | ( | ) |
Returns the analysis results option to display
Created in NX8.5.0.
License requirements : None
| 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")
| airTrapOption | airtrapoption |
| 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")
| foldername | foldername |
| 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")
| foldername | foldername |
| 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")
| numIntervals | numintervals |
| 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")
| noSubMeshes | nosubmeshes |
| 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")
| resultsOption | resultsoption |
| 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")
| weldLineOption | weldlineoption |
| bool NXOpen::Tooling::FlowDisplayBuilder::WeldLineOption | ( | ) |
Returns the weld line option to be set
Created in NX8.5.0.
License requirements : None