|
NX Open C++ 参考指南 2406 v1.1
|
开口区域数据 更多...
#include <Tooling_OpeningAreaData.hxx>
Public 成员函数 | |
| void | AskIdenticalOpeningAreas (std::vector< NXOpen::Tooling::OpeningAreaData * > &identicalObjects) |
| 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 | _OpeningAreaDataBuilder |
额外继承的成员函数 | |
| Public 类型 继承自 NXOpen::Tooling::CostDataObject | |
| enum | QuotationType { QuotationTypeFormula , QuotationTypeDatabase } |
开口区域数据
Represents the opening area object.
Not support KF.
Created in NX1899.0.0.
| void NXOpen::Tooling::OpeningAreaData::AskIdenticalOpeningAreas | ( | std::vector< NXOpen::Tooling::OpeningAreaData * > & | identicalObjects | ) |
Ask identical opening areas of the current opening area feature
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD")
| identicalObjects | identicalobjects |
| void NXOpen::Tooling::OpeningAreaData::EditOneParameterValue | ( | int | index, |
| const char * | stringValue ) |
Edit one parameter value of the current opening area feature
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::OpeningAreaData::EditOneParameterValue | ( | int | index, |
| const NXString & | stringValue ) |
Edit one parameter value of the current opening area feature
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 |