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

开口区域数据 更多...

#include <Tooling_OpeningAreaData.hxx>

类 NXOpen::Tooling::OpeningAreaData 继承关系图:
NXOpen::Tooling::CostDataObject NXOpen::TaggedObject

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::CostDataObjectGetParent ()
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.

成员函数说明

◆ AskIdenticalOpeningAreas()

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")

参数
identicalObjectsidenticalobjects

◆ EditOneParameterValue() [1/2]

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")

参数
indexthe parameter index, it is same as the index appears in the UI
stringValuethe parameter value

◆ EditOneParameterValue() [2/2]

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")

参数
indexthe parameter index, it is same as the index appears in the UI
stringValuethe parameter value