|
NX Open C++ 参考指南 2406 v1.1
|
流道分析构建器 更多...
#include <Tooling_FlowAnalysisBuilder.hxx>
Public 成员函数 | |
| NXString | Description () |
| NXOpen::Section * | GatePoints () |
| NXOpen::SelectBody * | ProductBody () |
| void | SetDescription (const char *description) |
| void | SetDescription (const NXString &description) |
| 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 | _FlowAnalysisBuilderBuilder |
流道分析构建器
Represents the builder which is used to create flow analysis.
To create a new instance of this class, use NXOpen::Tooling::MoldDesignCollection::CreateFlowAnalysisBuilder
Created in NX8.5.0.
| NXString NXOpen::Tooling::FlowAnalysisBuilder::Description | ( | ) |
Returns the size information of injection gates
Created in NX8.5.0.
License requirements : None
| NXOpen::Section * NXOpen::Tooling::FlowAnalysisBuilder::GatePoints | ( | ) |
Returns the positions of injection gates
Created in NX8.5.0.
License requirements : None
| NXOpen::SelectBody * NXOpen::Tooling::FlowAnalysisBuilder::ProductBody | ( | ) |
Returns the product body
Created in NX8.5.0.
License requirements : None
| void NXOpen::Tooling::FlowAnalysisBuilder::SetDescription | ( | const char * | description | ) |
Sets the size information of injection gates
Created in NX8.5.0.
License requirements : ug_mold_design ("UG MOLD")
| description | description |
| void NXOpen::Tooling::FlowAnalysisBuilder::SetDescription | ( | const NXString & | description | ) |
Sets the size information of injection gates
Created in NX8.5.0.
License requirements : ug_mold_design ("UG MOLD")
| description | description |