|
NX Open C++ 参考指南 2406 v1.1
|
球体构建器 更多...
#include <Features_SphereBuilder.hxx>
Public 类型 | |
| enum | Types { TypesCenterPointAndDiameter , TypesArc } |
友元 | |
| class | _SphereBuilderBuilder |
球体构建器
表示 @link NXOpen::Features::Sphere NXOpen::Features::Sphere@endlink 的构建器。 <br> 要创建此类的新实例,请使用 @link NXOpen::Features::FeatureCollection::CreateSphereBuilder NXOpen::Features::FeatureCollection::CreateSphereBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| Diameter.Value | 100 (毫米零件), 4 (英寸零件) |
在 NX6.0.0 中创建。
| NXOpen::SelectICurve * NXOpen::Features::SphereBuilder::Arc | ( | ) |
返回与球关联的选定圆弧。
在 NX6.0.0 中创建。
许可要求 : 无
| NXOpen::GeometricUtilities::BooleanOperation * NXOpen::Features::SphereBuilder::BooleanOption | ( | ) |
返回与球关联的布尔操作。
在 NX6.0.0 中创建。
许可要求 : 无
| NXOpen::Point * NXOpen::Features::SphereBuilder::CenterPoint | ( | ) |
返回球的中心点。
在 NX6.0.0 中创建。
许可要求 : 无
| NXOpen::Expression * NXOpen::Features::SphereBuilder::Diameter | ( | ) |
返回球的直径。
在 NX6.0.0 中创建。
许可要求 : 无
| bool NXOpen::Features::SphereBuilder::ParentAssociativity | ( | ) |
返回保持球中心点关联性的选项
在 NX8.0.0 中创建。
许可要求 : 无
| void NXOpen::Features::SphereBuilder::SetCenterPoint | ( | NXOpen::Point * | centerPoint | ) |
设置球的中心点。
在 NX6.0.0 中创建。
许可要求 : solid_modeling ("SOLIDS MODELING")
| centerPoint | 中心点 |
| void NXOpen::Features::SphereBuilder::SetParentAssociativity | ( | bool | parentAssociativity | ) |
设置保持球中心点关联性的选项
在 NX8.0.0 中创建。
许可要求 : features_modeling ("FEATURES MODELING"), solid_modeling ("SOLIDS MODELING")
| parentAssociativity | 父关联性 |
| void NXOpen::Features::SphereBuilder::SetType | ( | NXOpen::Features::SphereBuilder::Types | type | ) |
设置由 NXOpen::Features::SphereBuilder::Types 表示的球类型
在 NX6.0.0 中创建。
许可要求 : solid_modeling ("SOLIDS MODELING")
| type | 类型 |
| NXOpen::Features::SphereBuilder::Types NXOpen::Features::SphereBuilder::Type | ( | ) |
返回由 NXOpen::Features::SphereBuilder::Types 表示的球类型
在 NX6.0.0 中创建。
许可要求 : 无