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

筋条子部件构建器 更多...

#include <Die_RibChildBuilder.hxx>

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

Public 成员函数

double AdjustedThickness ()
double Angle ()
NXOpen::IOrientationBottom ()
NXOpen::IOrientationBottomEnd ()
double BottomHorizontalOffset ()
double BottomLimitOffset ()
double BottomVerticalOffset ()
NXOpen::Die::DieBuildStatusOption BuildStatus ()
double CenterlineXyOffset ()
bool DesignStatus ()
bool DisplayStatus ()
std::vector< NXOpen::IProfile * > GetBottomEnd (NXOpen::Die::DirectionOption *direction)
std::vector< NXOpen::IProfile * > GetCenterline (NXOpen::Die::DirectionOption *direction)
std::vector< NXOpen::IProfile * > GetStart (NXOpen::Die::DirectionOption *direction)
std::vector< NXOpen::IProfile * > GetTopEnd (NXOpen::Die::DirectionOption *direction)
double Height ()
double LccMinWidth ()
bool LighteningCore ()
double LighteningCoreClearance ()
bool Rectangular ()
void SetAdjustedThickness (double adjustedThickness)
void SetAngle (double angle)
void SetBottom (NXOpen::IOrientation *bottom)
void SetBottomEnd (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries)
void SetBottomEnd (NXOpen::IOrientation *bottomEnd)
void SetBottomHorizontalOffset (double bottomHorizontalOffset)
void SetBottomLimitOffset (double bottomLimitOffset)
void SetBottomVerticalOffset (double bottomVerticalOffset)
void SetCenterline (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries)
void SetCenterlineXyOffset (double centerlineXyOffset)
void SetDesignStatus (bool designStatus)
void SetDisplayStatus (bool displayStatus)
void SetHeight (double height)
void SetLccMinWidth (double lccMinWidth)
void SetLighteningCore (bool lighteningCore)
void SetLighteningCoreClearance (double lighteningCoreClearance)
void SetRectangular (bool rectangular)
void SetStart (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries)
void SetStart (NXOpen::IOrientation *start)
void SetThickness (double thickness)
void SetTop (NXOpen::IOrientation *top)
void SetTopEnd (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries)
void SetTopEnd (NXOpen::IOrientation *topEnd)
void SetTopHorizontalOffset (double topHorizontalOffset)
void SetTopLimitOffset (double topLimitOffset)
void SetTopVerticalOffset (double topVerticalOffset)
NXOpen::IOrientationStart ()
double Thickness ()
NXOpen::IOrientationTop ()
NXOpen::IOrientationTopEnd ()
double TopHorizontalOffset ()
double TopLimitOffset ()
double TopVerticalOffset ()
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 _RibChildBuilderBuilder

详细描述

筋条子部件构建器

表示模具筋子特征。
此子特征通过主特征构建器创建。

于 NX4.0.0 中创建。

成员函数说明

◆ AdjustedThickness()

double NXOpen::Die::RibChildBuilder::AdjustedThickness ( )

返回模具筋的调整厚度。
创建于NX4.0.0。

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

◆ Angle()

double NXOpen::Die::RibChildBuilder::Angle ( )

返回模具筋的角度。
创建于NX4.0.0。

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

◆ Bottom()

NXOpen::IOrientation * NXOpen::Die::RibChildBuilder::Bottom ( )

返回模具筋的底部极限几何体。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")

◆ BottomEnd()

NXOpen::IOrientation * NXOpen::Die::RibChildBuilder::BottomEnd ( )

返回模具肋的下端极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

◆ BottomHorizontalOffset()

double NXOpen::Die::RibChildBuilder::BottomHorizontalOffset ( )

返回模具肋的底部水平偏移。
创建于 NX4.0.0。

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

◆ BottomLimitOffset()

double NXOpen::Die::RibChildBuilder::BottomLimitOffset ( )

返回模具肋的底部极限偏移。
创建于 NX4.0.0。

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

◆ BottomVerticalOffset()

double NXOpen::Die::RibChildBuilder::BottomVerticalOffset ( )

返回模具肋的底部垂直偏移。
创建于 NX4.0.0。

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

◆ BuildStatus()

NXOpen::Die::DieBuildStatusOption NXOpen::Die::RibChildBuilder::BuildStatus ( )

返回模具筋的构建状态。
创建于NX4.0.0。

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

◆ CenterlineXyOffset()

double NXOpen::Die::RibChildBuilder::CenterlineXyOffset ( )

返回模具肋的中心线XY偏移量。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

◆ DesignStatus()

bool NXOpen::Die::RibChildBuilder::DesignStatus ( )

返回模具筋的设计状态,若为true则筋会构建到模型中,若为false则不会。
创建于NX4.0.0。

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

◆ DisplayStatus()

bool NXOpen::Die::RibChildBuilder::DisplayStatus ( )

返回模具筋的显示状态,若为true则会显示筋的输入数据, 若为false则不会显示输入数据。
创建于NX4.0.0。

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

◆ GetBottomEnd()

std::vector< NXOpen::IProfile * > NXOpen::Die::RibChildBuilder::GetBottomEnd ( NXOpen::Die::DirectionOption * direction)

将模具肋的下端极限几何对象作为轮廓获取。

返回
轮廓元素,将是曲线、边、面、草图或曲线特征。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")
参数
direction轮廓方向。

◆ GetCenterline()

std::vector< NXOpen::IProfile * > NXOpen::Die::RibChildBuilder::GetCenterline ( NXOpen::Die::DirectionOption * direction)

获取筋的中心线。

返回
轮廓条目,将为曲线、边、面、草图或曲线特征。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")
参数
direction轮廓方向

◆ GetStart()

std::vector< NXOpen::IProfile * > NXOpen::Die::RibChildBuilder::GetStart ( NXOpen::Die::DirectionOption * direction)

将模具肋的起始极限几何对象作为轮廓获取。

返回
轮廓元素,将是曲线、边、面、草图或曲线特征。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")
参数
direction轮廓方向。

◆ GetTopEnd()

std::vector< NXOpen::IProfile * > NXOpen::Die::RibChildBuilder::GetTopEnd ( NXOpen::Die::DirectionOption * direction)

将模具肋的上端极限几何对象作为轮廓获取。

返回
轮廓元素,将是曲线、边、面、草图或曲线特征。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")
参数
direction轮廓方向。

◆ Height()

double NXOpen::Die::RibChildBuilder::Height ( )

返回模具筋的高度。
创建于NX4.0.0。

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

◆ LccMinWidth()

double NXOpen::Die::RibChildBuilder::LccMinWidth ( )

返回模具肋的减重芯最小宽度。
创建于 NX4.0.0。

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

◆ LighteningCore()

bool NXOpen::Die::RibChildBuilder::LighteningCore ( )

返回模具筋的减重槽开关,若为true则减重槽会构建在筋中,若为false则不会。
创建于NX4.0.0。

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

◆ LighteningCoreClearance()

double NXOpen::Die::RibChildBuilder::LighteningCoreClearance ( )

返回模具肋的减重芯间隙。
创建于 NX4.0.0。

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

◆ Rectangular()

bool NXOpen::Die::RibChildBuilder::Rectangular ( )

返回模具筋的矩形开关,若为true则减重槽为矩形, 若为false则会跟随筋的形状。
创建于NX4.0.0。

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

◆ SetAdjustedThickness()

void NXOpen::Die::RibChildBuilder::SetAdjustedThickness ( double adjustedThickness)

设置模具筋的调整厚度。
创建于NX4.0.0。

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

参数
adjustedThickness调整厚度

◆ SetAngle()

void NXOpen::Die::RibChildBuilder::SetAngle ( double angle)

设置模具筋的角度。
创建于NX4.0.0。

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

参数
angle角度

◆ SetBottom()

void NXOpen::Die::RibChildBuilder::SetBottom ( NXOpen::IOrientation * bottom)

设置模具筋的底部极限几何体。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")

参数
bottom底部

◆ SetBottomEnd() [1/2]

void NXOpen::Die::RibChildBuilder::SetBottomEnd ( NXOpen::Die::DirectionOption direction,
const std::vector< NXOpen::IProfile * > & profileEntries )

使用轮廓设置模具肋的下端极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
direction轮廓方向。
profileEntries轮廓元素,可以是曲线、边、面、草图或曲线特征。

◆ SetBottomEnd() [2/2]

void NXOpen::Die::RibChildBuilder::SetBottomEnd ( NXOpen::IOrientation * bottomEnd)

设置模具肋的下端极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
bottomEnd下端

◆ SetBottomHorizontalOffset()

void NXOpen::Die::RibChildBuilder::SetBottomHorizontalOffset ( double bottomHorizontalOffset)

设置模具肋的底部水平偏移。
创建于 NX4.0.0。

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

参数
bottomHorizontalOffset底部水平偏移

◆ SetBottomLimitOffset()

void NXOpen::Die::RibChildBuilder::SetBottomLimitOffset ( double bottomLimitOffset)

设置模具肋的底部极限偏移。
创建于 NX4.0.0。

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

参数
bottomLimitOffset底部极限偏移

◆ SetBottomVerticalOffset()

void NXOpen::Die::RibChildBuilder::SetBottomVerticalOffset ( double bottomVerticalOffset)

设置模具肋的底部垂直偏移。
创建于 NX4.0.0。

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

参数
bottomVerticalOffset底部垂直偏移

◆ SetCenterline()

void NXOpen::Die::RibChildBuilder::SetCenterline ( NXOpen::Die::DirectionOption direction,
const std::vector< NXOpen::IProfile * > & profileEntries )

设置筋的中心线。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")

参数
direction轮廓方向
profileEntries轮廓条目,可为曲线、边、面、草图或曲线特征

◆ SetCenterlineXyOffset()

void NXOpen::Die::RibChildBuilder::SetCenterlineXyOffset ( double centerlineXyOffset)

设置模具肋的中心线XY偏移量。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
centerlineXyOffset中心线XY偏移量

◆ SetDesignStatus()

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

设置模具筋的设计状态,若为true则筋会构建到模型中,若为false则不会。
创建于NX4.0.0。

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

参数
designStatus设计状态

◆ SetDisplayStatus()

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

设置模具筋的显示状态,若为true则会显示筋的输入数据, 若为false则不会显示输入数据。
创建于NX4.0.0。

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

参数
displayStatus显示状态

◆ SetHeight()

void NXOpen::Die::RibChildBuilder::SetHeight ( double height)

设置模具筋的高度。
创建于NX4.0.0。

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

参数
height高度

◆ SetLccMinWidth()

void NXOpen::Die::RibChildBuilder::SetLccMinWidth ( double lccMinWidth)

设置模具肋的减重芯最小宽度。
创建于 NX4.0.0。

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

参数
lccMinWidth减重芯最小宽度

◆ SetLighteningCore()

void NXOpen::Die::RibChildBuilder::SetLighteningCore ( bool lighteningCore)

设置模具筋的减重槽开关,若为true则减重槽会构建在筋中,若为false则不会。
创建于NX4.0.0。

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

参数
lighteningCore减重槽

◆ SetLighteningCoreClearance()

void NXOpen::Die::RibChildBuilder::SetLighteningCoreClearance ( double lighteningCoreClearance)

设置模具肋的减重芯间隙。
创建于 NX4.0.0。

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

参数
lighteningCoreClearance减重芯间隙

◆ SetRectangular()

void NXOpen::Die::RibChildBuilder::SetRectangular ( bool rectangular)

设置模具筋的矩形开关,若为true则减重槽为矩形, 若为false则会跟随筋的形状。
创建于NX4.0.0。

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

参数
rectangular矩形

◆ SetStart() [1/2]

void NXOpen::Die::RibChildBuilder::SetStart ( NXOpen::Die::DirectionOption direction,
const std::vector< NXOpen::IProfile * > & profileEntries )

使用轮廓设置模具肋的起始极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
direction轮廓方向。
profileEntries轮廓元素,可以是曲线、边、面、草图或曲线特征。

◆ SetStart() [2/2]

void NXOpen::Die::RibChildBuilder::SetStart ( NXOpen::IOrientation * start)

设置模具筋的起始极限几何体。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")

参数
start起始

◆ SetThickness()

void NXOpen::Die::RibChildBuilder::SetThickness ( double thickness)

设置模具肋的厚度。
创建于 NX4.0.0。

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

参数
thickness厚度

◆ SetTop()

void NXOpen::Die::RibChildBuilder::SetTop ( NXOpen::IOrientation * top)

设置模具筋的顶部极限几何体。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")

参数
top顶部

◆ SetTopEnd() [1/2]

void NXOpen::Die::RibChildBuilder::SetTopEnd ( NXOpen::Die::DirectionOption direction,
const std::vector< NXOpen::IProfile * > & profileEntries )

使用轮廓设置模具肋的上端极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
direction轮廓方向。
profileEntries轮廓元素,可以是曲线、边、面、草图或曲线特征。

◆ SetTopEnd() [2/2]

void NXOpen::Die::RibChildBuilder::SetTopEnd ( NXOpen::IOrientation * topEnd)

设置模具肋的上端极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
topEnd上端

◆ SetTopHorizontalOffset()

void NXOpen::Die::RibChildBuilder::SetTopHorizontalOffset ( double topHorizontalOffset)

设置模具肋的顶部水平偏移。
创建于 NX4.0.0。

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

参数
topHorizontalOffset顶部水平偏移

◆ SetTopLimitOffset()

void NXOpen::Die::RibChildBuilder::SetTopLimitOffset ( double topLimitOffset)

设置模具肋的顶部极限偏移量。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

参数
topLimitOffset顶部极限偏移量

◆ SetTopVerticalOffset()

void NXOpen::Die::RibChildBuilder::SetTopVerticalOffset ( double topVerticalOffset)

设置模具肋的顶部垂直偏移。
创建于 NX4.0.0。

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

参数
topVerticalOffset顶部垂直偏移

◆ Start()

NXOpen::IOrientation * NXOpen::Die::RibChildBuilder::Start ( )

返回模具肋的起始极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

◆ Thickness()

double NXOpen::Die::RibChildBuilder::Thickness ( )

返回模具肋的厚度。
创建于 NX4.0.0。

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

◆ Top()

NXOpen::IOrientation * NXOpen::Die::RibChildBuilder::Top ( )

返回模具筋的顶部极限几何体。
于 NX4.0.0 中创建。

许可证要求:ug_die_design ("Die Design")

◆ TopEnd()

NXOpen::IOrientation * NXOpen::Die::RibChildBuilder::TopEnd ( )

返回模具肋的上端极限几何对象。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

◆ TopHorizontalOffset()

double NXOpen::Die::RibChildBuilder::TopHorizontalOffset ( )

返回模具肋的顶部水平偏移。
创建于 NX4.0.0。

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

◆ TopLimitOffset()

double NXOpen::Die::RibChildBuilder::TopLimitOffset ( )

返回模具肋的顶部极限偏移量。
在NX4.0.0中创建。

许可证要求:ug_die_design("Die Design")

◆ TopVerticalOffset()

double NXOpen::Die::RibChildBuilder::TopVerticalOffset ( )

返回模具肋的顶部垂直偏移。
创建于 NX4.0.0。

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