|
NX Open C++ 参考指南 2406 v1.1
|
底切数据类 更多...
#include <Tooling_UnderCutData.hxx>
Public 成员函数 | |
| void | AskChildrenFeatures (std::vector< NXOpen::Tooling::UnderCutData * > &undercuts) |
| void | EditOneParameterValue (int index, const char *stringValue) |
| void | EditOneParameterValue (int index, const NXString &stringValue) |
| Public 成员函数 继承自 NXOpen::Tooling::CostDataObject | |
| void | AskConvergentBodies (std::vector< NXOpen::Body * > &convergentBodies) |
| void | AskCostObjectParameterValues (std::vector< NXString > &costObjectStringValueList) |
| void | AskCostObjects (int objectType, int objectSubtype, std::vector< NXOpen::Tooling::CostDataObject * > &costObjects) |
| void | AskFeatureRelatedFacetsWithChildren (std::vector< int > &pFacetIds) |
| void | GetChildren (std::vector< NXOpen::Tooling::CostDataObject * > &childrenCostFeatures) |
| NXOpen::Tooling::CostDataObject * | GetParent () |
| void | SetIsChildrenExpanded (bool isExpanded) |
| void | SetQuotationType (NXOpen::Tooling::CostDataObject::QuotationType type) |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _UnderCutDataBuilder |
额外继承的成员函数 | |
| Public 类型 继承自 NXOpen::Tooling::CostDataObject | |
| enum | QuotationType { QuotationTypeFormula , QuotationTypeDatabase } |
底切数据类
Represents the undercut object.
Not support KF.
Created in NX1899.0.0.
| void NXOpen::Tooling::UnderCutData::AskChildrenFeatures | ( | std::vector< NXOpen::Tooling::UnderCutData * > & | undercuts | ) |
Ask children of current undercut
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD")
| undercuts | undercuts |
| void NXOpen::Tooling::UnderCutData::EditOneParameterValue | ( | int | index, |
| const char * | stringValue ) |
Edit one parameter value of the current undercut
Created in NX2206.0.0.
License requirements : ug_mold_design ("UG MOLD")
| index | the parameter index, it is same as the index appears in the UI |
| stringValue | the parameter value |
| void NXOpen::Tooling::UnderCutData::EditOneParameterValue | ( | int | index, |
| const NXString & | stringValue ) |
Edit one parameter value of the current undercut
Created in NX2206.0.0.
License requirements : ug_mold_design ("UG MOLD")
| index | the parameter index, it is same as the index appears in the UI |
| stringValue | the parameter value |