草图表达式修改器构建器
更多...
#include <SketchExpressionModifierBuilder.hxx>
|
|
class | _SketchExpressionModifierBuilderBuilder |
草图表达式修改器构建器
Represents a Sketch Expression Modifier Builder.
Created in NX5.0.3.
◆ EndCuts
End cut
| 枚举值 |
|---|
| EndCutsEndCut1 | end cut1
|
| EndCutsEndCut2 | end cut2
|
◆ Exp1()
Returns the exp1
Created in NX5.0.3.
License requirements : None
◆ Exp10()
Returns the exp10
Created in NX5.0.3.
License requirements : None
◆ Exp11()
Returns the exp11
Created in NX5.0.3.
License requirements : None
◆ Exp12()
Returns the exp12
Created in NX5.0.3.
License requirements : None
◆ Exp2()
Returns the exp2
Created in NX5.0.3.
License requirements : None
◆ Exp3()
Returns the exp3
Created in NX5.0.3.
License requirements : None
◆ Exp4()
Returns the exp4
Created in NX5.0.3.
License requirements : None
◆ Exp5()
Returns the exp5
Created in NX5.0.3.
License requirements : None
◆ Exp6()
Returns the exp6
Created in NX5.0.3.
License requirements : None
◆ Exp7()
Returns the exp7
Created in NX5.0.3.
License requirements : None
◆ Exp8()
Returns the exp8
Created in NX5.0.3.
License requirements : None
◆ Exp9()
Returns the exp9
Created in NX5.0.3.
License requirements : None
◆ SetSketch()
| void NXOpen::SketchExpressionModifierBuilder::SetSketch |
( |
NXOpen::Sketch * | sketchTag | ) |
|
Sets the sketch
Created in NX5.0.3.
License requirements : solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SetSketches()
Sets the sketches
Created in NX5.0.3.
License requirements : solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ Sketch()
Returns the sketch
Created in NX5.0.3.
License requirements : None
◆ Sketches()
Returns the sketches
Created in NX5.0.3.
License requirements : None
◆ Validate()
| virtual bool NXOpen::SketchExpressionModifierBuilder::Validate |
( |
| ) |
|
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called. If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not yet implemented NXException for some components.
- 返回
- Was self validation successful
Created in NX3.0.1.
License requirements : None
实现了 NXOpen::GeometricUtilities::IComponentBuilder.