台阶表达式构建器
更多...
#include <Features_StepExpressionBuilder.hxx>
|
|
class | _StepExpressionBuilderBuilder |
台阶表达式构建器
步进表达式构建器,支持带实时特征更新的表达式值步进。
要创建此类的新实例,请使用 NXOpen::Features::FeatureCollection::CreateStepExpressionBuilder
默认值。
创建于 NX2406.0.0。
◆ Expression()
返回目标表达式
创建于 NX2406.0.0。
许可要求 : 无
◆ OriginalValue()
| double NXOpen::Features::StepExpressionBuilder::OriginalValue |
( |
| ) |
|
返回原始值
创建于 NX2406.0.0。
许可要求 : 无
◆ SetSliderLimit()
| void NXOpen::Features::StepExpressionBuilder::SetSliderLimit |
( |
int | sliderLimit | ) |
|
设置滑块限制
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SetStepScale()
| void NXOpen::Features::StepExpressionBuilder::SetStepScale |
( |
int | stepScale | ) |
|
设置滑块步进比例
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SetStepValue()
| void NXOpen::Features::StepExpressionBuilder::SetStepValue |
( |
double | stepValue | ) |
|
设置步长值
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SliderLimit()
| int NXOpen::Features::StepExpressionBuilder::SliderLimit |
( |
| ) |
|
返回滑块限制
创建于 NX2406.0.0。
许可要求 : 无
◆ StepDown()
| void NXOpen::Features::StepExpressionBuilder::StepDown |
( |
| ) |
|
向下步进表达式
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
◆ StepScale()
| int NXOpen::Features::StepExpressionBuilder::StepScale |
( |
| ) |
|
返回滑块步进比例
创建于 NX2406.0.0。
许可要求 : 无
◆ StepUp()
| void NXOpen::Features::StepExpressionBuilder::StepUp |
( |
| ) |
|
向上步进表达式
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
◆ StepValue()
| double NXOpen::Features::StepExpressionBuilder::StepValue |
( |
| ) |
|
返回步长值
创建于 NX2406.0.0。
许可要求 : 无
◆ Update()
| void NXOpen::Features::StepExpressionBuilder::Update |
( |
bool | inContinuousOp | ) |
|
更新模型
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
- 参数
-
| inContinuousOp | 若更新在连续操作(如滑块或手柄拖动)中调用则为真。 |
◆ UpdateOnExpression()
| void NXOpen::Features::StepExpressionBuilder::UpdateOnExpression |
( |
| ) |
|
在表达式直接值更改时更新模型
创建于 NX2406.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")