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

底切数据类 更多...

#include <Tooling_UnderCutData.hxx>

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

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

成员函数说明

◆ AskChildrenFeatures()

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

参数
undercutsundercuts

◆ EditOneParameterValue() [1/2]

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

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

◆ EditOneParameterValue() [2/2]

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

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