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

喉道父构建器 更多...

#include <Die_ThroatParentBuilder.hxx>

类 NXOpen::Die::ThroatParentBuilder 继承关系图:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public 类型

enum  TypeOption { TypeOptionWipe , TypeOptionRestrike }

Public 成员函数

NXOpen::Die::DieBuildStatusOption BuildStatus ()
NXOpen::Die::ThroatChildBuilderCreateChild ()
void DeleteChild (NXOpen::Die::ThroatChildBuilder *diethroatchild)
bool DesignStatus ()
bool DisplayStatus ()
void GetCavityAttributes (NXString *title, NXString *value, int *color)
std::vector< NXOpen::Die::ThroatChildBuilder * > GetChildren ()
void GetExtensionAttributes (NXString *title, NXString *value, int *color)
double Radius ()
void SetCavityAttributes (const char *title, const char *value, int color)
void SetCavityAttributes (const NXString &title, const NXString &value, int color)
void SetDesignStatus (bool designStatus)
void SetDisplayStatus (bool displayStatus)
void SetExtensionAttributes (const char *title, const char *value, int color)
void SetExtensionAttributes (const NXString &title, const NXString &value, int color)
void SetRadius (double radius)
void SetStep (double step)
void SetType (NXOpen::Die::ThroatParentBuilder::TypeOption type)
double Step ()
NXOpen::Die::ThroatParentBuilder::TypeOption Type ()
Public 成员函数 继承自 NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
NXOpen::Features::FeatureGetFeature ()
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
bool ParentFeatureInternal ()
void SetParentFeatureInternal (bool isInternal)
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
Public 成员函数 继承自 NXOpen::Builder
NXOpen::NXObjectCommit ()
void Destroy ()
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
NXOpen::NXObjectGetObject ()
NXOpen::PreviewBuilderPreviewBuilder ()
void ShowResults ()
virtual bool Validate ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _ThroatParentBuilderBuilder

详细描述

喉道父构建器

表示模具喉口父级子特征。
此子特征通过主特征构建器创建。

在 NX4.0.0 中创建。

成员枚举类型说明

◆ TypeOption

喉口截面类型的设置。

枚举值
TypeOptionWipe 

喉口为擦拭操作构建。

TypeOptionRestrike 

喉口为整形操作构建。

成员函数说明

◆ BuildStatus()

NXOpen::Die::DieBuildStatusOption NXOpen::Die::ThroatParentBuilder::BuildStatus ( )

返回喉部截面的构建状态。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

◆ CreateChild()

NXOpen::Die::ThroatChildBuilder * NXOpen::Die::ThroatParentBuilder::CreateChild ( )

创建子喉部截面。

返回

在 NX4.0.0 中创建。

许可要求:ug_die_design("冲模设计")

◆ DeleteChild()

void NXOpen::Die::ThroatParentBuilder::DeleteChild ( NXOpen::Die::ThroatChildBuilder * diethroatchild)

删除子喉部截面。
在 NX4.0.0 中创建。

许可要求:ug_die_design("冲模设计")

参数
diethroatchilddiethroatchild

◆ DesignStatus()

bool NXOpen::Die::ThroatParentBuilder::DesignStatus ( )

返回喉部截面的设计状态,若为 true 则喉部截面会构建到模型中,若为 false 则不会。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

◆ DisplayStatus()

bool NXOpen::Die::ThroatParentBuilder::DisplayStatus ( )

返回喉部截面的显示状态,若为 true 则会显示喉部截面的输入数据, 若为 false 则不会显示输入数据。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

◆ GetCavityAttributes()

void NXOpen::Die::ThroatParentBuilder::GetCavityAttributes ( NXString * title,
NXString * value,
int * color )

获取凹模属性,注意属性是否存在取决于在主特征中的使用。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
title属性标题。
value属性值。
color凹模面颜色。

◆ GetChildren()

std::vector< NXOpen::Die::ThroatChildBuilder * > NXOpen::Die::ThroatParentBuilder::GetChildren ( )

输出子喉部截面。

返回
子喉部截面。
在 NX4.0.0 中创建。

许可要求:ug_die_design("冲模设计")

◆ GetExtensionAttributes()

void NXOpen::Die::ThroatParentBuilder::GetExtensionAttributes ( NXString * title,
NXString * value,
int * color )

获取延伸属性,注意属性是否存在取决于在主特征中的使用。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
title属性标题。
value属性值。
color延伸面颜色。

◆ Radius()

double NXOpen::Die::ThroatParentBuilder::Radius ( )

返回喉口背面、顶部和底部应用的半径。
在 NX4.0.0 中创建。

许可证要求:ug_die_design("模具设计")

◆ SetCavityAttributes() [1/2]

void NXOpen::Die::ThroatParentBuilder::SetCavityAttributes ( const char * title,
const char * value,
int color )

设置凹模属性,注意属性是否存在取决于在主特征中的使用。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
title属性标题。
value属性值。
color凹模面颜色。

◆ SetCavityAttributes() [2/2]

void NXOpen::Die::ThroatParentBuilder::SetCavityAttributes ( const NXString & title,
const NXString & value,
int color )

设置凹模属性,注意属性是否存在取决于在主特征中的使用。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
title属性标题。
value属性值。
color凹模面颜色。

◆ SetDesignStatus()

void NXOpen::Die::ThroatParentBuilder::SetDesignStatus ( bool designStatus)

设置喉部截面的设计状态,若为 true 则喉部截面会构建到模型中,若为 false 则不会。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
designStatus设计状态

◆ SetDisplayStatus()

void NXOpen::Die::ThroatParentBuilder::SetDisplayStatus ( bool displayStatus)

设置喉部截面的显示状态,若为 true 则会显示喉部截面的输入数据, 若为 false 则不会显示输入数据。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
displayStatus显示状态

◆ SetExtensionAttributes() [1/2]

void NXOpen::Die::ThroatParentBuilder::SetExtensionAttributes ( const char * title,
const char * value,
int color )

设置延伸属性,注意属性是否存在取决于在主特征中的使用。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
title属性标题。
value属性值。
color延伸面颜色。

◆ SetExtensionAttributes() [2/2]

void NXOpen::Die::ThroatParentBuilder::SetExtensionAttributes ( const NXString & title,
const NXString & value,
int color )

设置延伸属性,注意属性是否存在取决于在主特征中的使用。
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

参数
title属性标题。
value属性值。
color延伸面颜色。

◆ SetRadius()

void NXOpen::Die::ThroatParentBuilder::SetRadius ( double radius)

设置喉口背面、顶部和底部应用的半径。
在 NX4.0.0 中创建。

许可证要求:ug_die_design("模具设计")

参数
radius半径

◆ SetStep()

void NXOpen::Die::ThroatParentBuilder::SetStep ( double step)

设置法兰切线延伸末端应用的台阶。
在 NX4.0.0 中创建。

许可证要求:ug_die_design("模具设计")

参数
step台阶

◆ SetType()

void NXOpen::Die::ThroatParentBuilder::SetType ( NXOpen::Die::ThroatParentBuilder::TypeOption type)

设置喉口截面的类型。
在 NX4.0.0 中创建。

许可证要求:ug_die_design("模具设计")

参数
type类型

◆ Step()

double NXOpen::Die::ThroatParentBuilder::Step ( )

返回凸缘相切延伸末端的台阶值
于 NX4.0.0 版本创建。

许可证要求:ug_die_design ("模具设计")

◆ Type()

NXOpen::Die::ThroatParentBuilder::TypeOption NXOpen::Die::ThroatParentBuilder::Type ( )

返回喉口截面的类型。
在 NX4.0.0 中创建。

许可证要求:ug_die_design("模具设计")