|
NX Open C++ 参考指南 2406 v1.1
|
压凹区域 更多...
#include <Features_EmbossRegion.hxx>
Public 类型 | |
| enum | ConvexityOption { ConvexityOptionAbove , ConvexityOptionBelow , ConvexityOptionMixed } |
Public 成员函数 | |
| NXOpen::Features::EmbossRegion::ConvexityOption | Convexity () |
| NXOpen::Direction * | Direction () |
| std::vector< NXOpen::Features::EmbossLimit * > | GetLimits () |
| NXOpen::Features::EmbossProjection * | Projection () |
| NXOpen::Section * | Section () |
| void | SetConvexity (NXOpen::Features::EmbossRegion::ConvexityOption convexity) |
| void | SetDirection (NXOpen::Direction *direction) |
| void | SetLimits (const std::vector< NXOpen::Features::EmbossLimit * > &limits) |
| void | SetProjection (NXOpen::Features::EmbossProjection *projection) |
| void | SetSection (NXOpen::Section *section) |
| void | SetSidewall (NXOpen::Features::EmbossSidewall *sidewall) |
| NXOpen::Features::EmbossSidewall * | Sidewall () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _EmbossRegionBuilder |
压凹区域
表示一个浮雕区域对象。
此类提供方法来设置和获取各种浮雕区域子组件。
以下是默认值和选项:
截面 用户必须设置
方向 如果用户未指定,默认使用截面法线作为方向。
凸度选项 Features::EmbossRegion::ConvexityOptionMixed
浮雕投影 EmbossProjection对象
浮雕侧壁 EmbossSidewall对象
浮雕限制 (数组) EmbossLimit对象
创建于NX4.0.0。
| NXOpen::Features::EmbossRegion::ConvexityOption NXOpen::Features::EmbossRegion::Convexity | ( | ) |
返回凸度选项
创建于NX4.0.0。
许可证要求 : 无
| NXOpen::Direction * NXOpen::Features::EmbossRegion::Direction | ( | ) |
返回默认方向
创建于NX4.0.0。
许可证要求 : 无
| std::vector< NXOpen::Features::EmbossLimit * > NXOpen::Features::EmbossRegion::GetLimits | ( | ) |
浮雕限制
| NXOpen::Features::EmbossProjection * NXOpen::Features::EmbossRegion::Projection | ( | ) |
返回浮雕投影对象
创建于NX4.0.0。
许可证要求 : 无
| NXOpen::Section * NXOpen::Features::EmbossRegion::Section | ( | ) |
返回由链组成的截面
创建于NX4.0.0。
许可证要求 : 无
| void NXOpen::Features::EmbossRegion::SetConvexity | ( | NXOpen::Features::EmbossRegion::ConvexityOption | convexity | ) |
设置凸度选项
创建于NX4.0.0。
许可证要求 : solid_modeling ("实体建模")
| convexity | 凸度选项。有关详细信息,请参见Features::EmbossRegion::ConvexityOption 的注释。 |
| void NXOpen::Features::EmbossRegion::SetDirection | ( | NXOpen::Direction * | direction | ) |
设置默认方向
创建于NX4.0.0。
许可证要求 : solid_modeling ("实体建模")
| direction | 截面投影/平移/侧壁/抖动的默认方向(如果未指定) |
| void NXOpen::Features::EmbossRegion::SetLimits | ( | const std::vector< NXOpen::Features::EmbossLimit * > & | limits | ) |
浮雕限制
创建于NX4.0.0。
许可证要求 : solid_modeling ("实体建模")
| limits | EmbossLimit对象数组。在NX4中,仅支持一个限制。 |
| void NXOpen::Features::EmbossRegion::SetProjection | ( | NXOpen::Features::EmbossProjection * | projection | ) |
设置浮雕投影对象
创建于NX4.0.0。
许可证要求 : solid_modeling ("实体建模")
| projection | 浮雕投影对象 |
| void NXOpen::Features::EmbossRegion::SetSection | ( | NXOpen::Section * | section | ) |
设置由链组成的截面
创建于NX4.0.0。
许可证要求 : solid_modeling ("实体建模")
| section | 由链组成的截面。每条链将是曲线的切线列表,以便可以正确管理侧壁的拔模角度。 |
| void NXOpen::Features::EmbossRegion::SetSidewall | ( | NXOpen::Features::EmbossSidewall * | sidewall | ) |
设置浮雕侧壁对象
创建于NX4.0.0。
许可证要求 : solid_modeling ("实体建模")
| sidewall | 浮雕侧壁对象 |
| NXOpen::Features::EmbossSidewall * NXOpen::Features::EmbossRegion::Sidewall | ( | ) |
返回浮雕侧壁对象
创建于NX4.0.0。
许可证要求 : 无