|
NX Open C++ 参考指南 2406 v1.1
|
提升体构建器 更多...
#include <Features_PromotionBuilder.hxx>
友元 | |
| class | _PromotionBuilderBuilder |
提升体构建器
表示 @link NXOpen::Features::Promotion NXOpen::Features::Promotion@endlink 构建器。该类的输入可以是PSM facet对象。 <br> 若要创建此类的新实例,请使用 @link NXOpen::Features::FeatureCollection::CreatePromotionBuilder NXOpen::Features::FeatureCollection::CreatePromotionBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| 关联 | True |
| 转换为链接体 | False |
于NX6.0.0版本创建。
| bool NXOpen::Features::PromotionBuilder::Associative | ( | ) |
返回表示Promotion特征关联状态的标志
于NX6.0.0版本创建。
许可要求:无
| NXOpen::SelectBodyList * NXOpen::Features::PromotionBuilder::Body | ( | ) |
返回待提升的体
于NX6.0.0版本创建。
许可要求:无
| bool NXOpen::Features::PromotionBuilder::ConvertToLinkedBody | ( | ) |
返回表示Promotion特征是否会转换为链接体的标志
于NX6.0.0版本创建。
许可要求:无
| bool NXOpen::Features::PromotionBuilder::FaceDirection | ( | ) |
返回片体的面方向
于NX6.0.0版本创建。
许可要求:无
| void NXOpen::Features::PromotionBuilder::SetAssociative | ( | bool | associative | ) |
设置表示Promotion特征关联状态的标志
于NX6.0.0版本创建。
许可要求:solid_modeling ("SOLIDS MODELING")
| associative | 关联 |
| void NXOpen::Features::PromotionBuilder::SetConvertToLinkedBody | ( | bool | convertToLinkedBody | ) |
设置表示Promotion特征是否会转换为链接体的标志
于NX6.0.0版本创建。
许可要求:solid_modeling ("SOLIDS MODELING")
| convertToLinkedBody | 转换为链接体 |
| void NXOpen::Features::PromotionBuilder::SetFaceDirection | ( | bool | faceDirection | ) |
设置片体的面方向
于NX6.0.0版本创建。
许可要求:solid_modeling ("SOLIDS MODELING")
| faceDirection | 面方向 |