|
NX Open C++ 参考指南 2406 v1.1
|
可变偏置特征构建器 更多...
#include <Features_VariableOffsetBuilder.hxx>
Public 类型 | |
| enum | MethodOptions { MethodOptionsLinear , MethodOptionsCubic } |
友元 | |
| class | _VariableOffsetBuilderBuilder |
可变偏置特征构建器
表示@link NXOpen::Features::VariableOffset NXOpen::Features::VariableOffset@endlink 的构建器 <br> 要创建此类的新实例,请使用@link NXOpen::Features::FeatureCollection::CreateVariableOffsetBuilder NXOpen::Features::FeatureCollection::CreateVariableOffsetBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| IsApplyToAll | 0 |
| IsKeepParameterization | 0 |
| Method | Linear |
创建于NX8.0.0版本。
| double NXOpen::Features::VariableOffsetBuilder::DistanceTolerance | ( | ) |
返回距离公差。
创建于NX8.0.0。
许可要求:无
| NXOpen::SelectFace * NXOpen::Features::VariableOffsetBuilder::Face | ( | ) |
返回要偏移的面
创建于NX8.0.0版本。
许可要求 : 无
| bool NXOpen::Features::VariableOffsetBuilder::IsApplyToAll | ( | ) |
返回将所有偏移设置为相等值的切换开关。
在NX8.0.0中创建。
许可要求:无
| bool NXOpen::Features::VariableOffsetBuilder::IsKeepParameterization | ( | ) |
返回偏移面中保持源面参数化的切换状态。
创建于NX8.0.0。
许可要求:无
| bool NXOpen::Features::VariableOffsetBuilder::IsReverseDirection | ( | ) |
返回反转所有偏移方向的切换开关。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Features::VariableOffsetBuilder::MethodOptions NXOpen::Features::VariableOffsetBuilder::Method | ( | ) |
返回偏移方法
创建于NX8.0.0。
许可要求:无
| NXOpen::Expression * NXOpen::Features::VariableOffsetBuilder::OffsetAtA | ( | ) |
返回角点A的偏移。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Expression * NXOpen::Features::VariableOffsetBuilder::OffsetAtB | ( | ) |
返回角点B的偏移。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Expression * NXOpen::Features::VariableOffsetBuilder::OffsetAtC | ( | ) |
返回角点C的偏移。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Expression * NXOpen::Features::VariableOffsetBuilder::OffsetAtD | ( | ) |
返回角点D的偏移。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Point * NXOpen::Features::VariableOffsetBuilder::PointA | ( | ) |
返回角点A的点。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Point * NXOpen::Features::VariableOffsetBuilder::PointB | ( | ) |
返回角点B的点。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Point * NXOpen::Features::VariableOffsetBuilder::PointC | ( | ) |
返回角点C的点。
在NX8.0.0中创建。
许可要求:无
| NXOpen::Point * NXOpen::Features::VariableOffsetBuilder::PointD | ( | ) |
返回角点D的点。
在NX8.0.0中创建。
许可要求:无
| void NXOpen::Features::VariableOffsetBuilder::SetApplyToAll | ( | bool | isApplyToAll | ) |
设置将所有偏移设置为相等值的切换开关。
在NX8.0.0中创建。
许可要求:nx_freeform_1("基础自由曲面建模")
| isApplyToAll | 应用于所有 |
| void NXOpen::Features::VariableOffsetBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
设置距离公差。
创建于NX8.0.0。
许可要求:nx_freeform_1(“基础自由曲面建模”)
| distanceTolerance | 距离公差 |
| void NXOpen::Features::VariableOffsetBuilder::SetKeepParameterization | ( | bool | isKeepParameterization | ) |
设置偏移面中保持源面参数化的切换状态。
创建于NX8.0.0。
许可要求:nx_freeform_1(“基础自由曲面建模”)
| isKeepParameterization | 是否保持参数化 |
| void NXOpen::Features::VariableOffsetBuilder::SetMethod | ( | NXOpen::Features::VariableOffsetBuilder::MethodOptions | method | ) |
设置偏移方法
创建于NX8.0.0。
许可要求:nx_freeform_1(“基础自由曲面建模”)
| method | 方法 |
| void NXOpen::Features::VariableOffsetBuilder::SetPointA | ( | NXOpen::Point * | point | ) |
设置角点A的点。
在NX8.0.0中创建。
许可要求:nx_freeform_1("基础自由曲面建模")
| point | 点 |
| void NXOpen::Features::VariableOffsetBuilder::SetPointB | ( | NXOpen::Point * | point | ) |
设置角点B的点。
在NX8.0.0中创建。
许可要求:nx_freeform_1("基础自由曲面建模")
| point | 点 |
| void NXOpen::Features::VariableOffsetBuilder::SetPointC | ( | NXOpen::Point * | point | ) |
设置角点C的点。
在NX8.0.0中创建。
许可要求:nx_freeform_1("基础自由曲面建模")
| point | 点 |
| void NXOpen::Features::VariableOffsetBuilder::SetPointD | ( | NXOpen::Point * | point | ) |
设置角点D的点。
在NX8.0.0中创建。
许可要求:nx_freeform_1("基础自由曲面建模")
| point | 点 |
| void NXOpen::Features::VariableOffsetBuilder::SetReverseDirection | ( | bool | isReverseDirection | ) |
设置反转所有偏移方向的切换开关。
在NX8.0.0中创建。
许可要求:nx_freeform_1("基础自由曲面建模")
| isReverseDirection | 反转方向 |