|
NX Open C++ 参考指南 2406 v1.1
|
光顺样条构建器 更多...
#include <Features_SmoothSplineBuilder.hxx>
Public 类型 | |
| enum | Types { TypesCurvature , TypesCurvatureVariation } |
友元 | |
| class | _SmoothSplineBuilderBuilder |
光顺样条构建器
表示@link NXOpen::Features::SmoothSpline NXOpen::Features::SmoothSpline@endlink的构建器 <br> 要创建此类的新实例,请使用@link NXOpen::Features::FeatureCollection::CreateSmoothSplineBuilder NXOpen::Features::FeatureCollection::CreateSmoothSplineBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| CurveRange.AnchorPosition | 起点 |
| ModificationPercentage | 100 |
| SmoothingFactor | 1 |
在NX6.0.0中创建。
| NXOpen::SelectCurve * NXOpen::Features::SmoothSplineBuilder::Curve | ( | ) |
返回曲线
在NX6.0.0中创建。
许可要求 : 无
| NXOpen::GeometricUtilities::CurveRangeBuilder * NXOpen::Features::SmoothSplineBuilder::CurveRange | ( | ) |
返回曲线范围
在NX6.0.0中创建。
许可要求 : 无
| NXOpen::GeometricUtilities::Continuity * NXOpen::Features::SmoothSplineBuilder::EndConstraint | ( | ) |
返回结束约束
在NX6.0.0中创建。
许可要求 : 无
| int NXOpen::Features::SmoothSplineBuilder::ModificationPercentage | ( | ) |
返回修改百分比
在NX6.0.0中创建。
许可要求 : 无
| void NXOpen::Features::SmoothSplineBuilder::SetModificationPercentage | ( | int | modificationPercentage | ) |
设置修改百分比
在NX6.0.0中创建。
许可要求 : solid_modeling ("SOLIDS MODELING") 或 drafting ("DRAFTING")
| modificationPercentage | 修改百分比 |
| void NXOpen::Features::SmoothSplineBuilder::SetSmoothingFactor | ( | int | smoothingFactor | ) |
设置平滑因子
在NX6.0.0中创建。
许可要求 : solid_modeling ("SOLIDS MODELING") 或 drafting ("DRAFTING")
| smoothingFactor | 平滑因子 |
| void NXOpen::Features::SmoothSplineBuilder::SetType | ( | NXOpen::Features::SmoothSplineBuilder::Types | type | ) |
设置类型
在NX6.0.0中创建。
许可要求 : solid_modeling ("SOLIDS MODELING") 或 drafting ("DRAFTING")
| type | 类型 |
| int NXOpen::Features::SmoothSplineBuilder::SmoothingFactor | ( | ) |
返回平滑因子
在NX6.0.0中创建。
许可要求 : 无
| NXOpen::GeometricUtilities::Continuity * NXOpen::Features::SmoothSplineBuilder::StartConstraint | ( | ) |
返回起始约束
在NX6.0.0中创建。
许可要求 : 无
| NXOpen::Features::SmoothSplineBuilder::Types NXOpen::Features::SmoothSplineBuilder::Type | ( | ) |
返回类型
在NX6.0.0中创建。
许可要求 : 无