光顺范围构建器
更多...
#include <Features_SmoothRangeBuilder.hxx>
|
|
class | _SmoothRangeBuilderBuilder |
◆ SetSmoothRangeFrom()
| void NXOpen::Features::SmoothRangeBuilder::SetSmoothRangeFrom |
( |
NXOpen::Point * | smoothRangeFrom | ) |
|
设置平滑范围的起点
在NX10.0.0中创建。
许可要求:solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SetSmoothRangeTo()
| void NXOpen::Features::SmoothRangeBuilder::SetSmoothRangeTo |
( |
NXOpen::Point * | smoothRangeTo | ) |
|
设置平滑范围的终点
在NX10.0.0中创建。
许可要求:solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SmoothRangeFrom()
| NXOpen::Point * NXOpen::Features::SmoothRangeBuilder::SmoothRangeFrom |
( |
| ) |
|
返回平滑范围的起点
在NX10.0.0中创建。
许可要求:无
◆ SmoothRangeTo()
| NXOpen::Point * NXOpen::Features::SmoothRangeBuilder::SmoothRangeTo |
( |
| ) |
|
返回平滑范围的终点
在NX10.0.0中创建。
许可要求:无
◆ Validate()
| virtual bool NXOpen::Features::SmoothRangeBuilder::Validate |
( |
| ) |
|
|
virtual |