NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::SketchExpressionModifierBuilder Class Reference

Represents a Sketch Expression Modifier Builder. More...

Inheritance diagram for NXOpen::SketchExpressionModifierBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  EndCuts { EndCutsEndCut1, EndCutsEndCut2 }
 End cut. More...
 

Public Member Functions

NXOpen::ExpressionExp1 ()
 Returns the exp1
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp10 ()
 Returns the exp10
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp11 ()
 Returns the exp11
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp12 ()
 Returns the exp12
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp2 ()
 Returns the exp2
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp3 ()
 Returns the exp3
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp4 ()
 Returns the exp4
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp5 ()
 Returns the exp5
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp6 ()
 Returns the exp6
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp7 ()
 Returns the exp7
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp8 ()
 Returns the exp8
Created in NX5.3.0. More...
 
NXOpen::ExpressionExp9 ()
 Returns the exp9
Created in NX5.3.0. More...
 
void SetSketch (NXOpen::Sketch *sketchTag)
 Sets the sketch
Created in NX5.3.0. More...
 
void SetSketches (NXOpen::SketchExpressionModifierBuilder::EndCuts sketches)
 Sets the sketches
Created in NX5.3.0. More...
 
NXOpen::SketchSketch ()
 Returns the sketch
Created in NX5.3.0. More...
 
NXOpen::SketchExpressionModifierBuilder::EndCuts Sketches ()
 Returns the sketches
Created in NX5.3.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Sketch Expression Modifier Builder.


Created in NX5.3.0.

Member Enumeration Documentation

End cut.

Enumerator
EndCutsEndCut1 

end cut1

EndCutsEndCut2 

end cut2

Member Function Documentation

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp1 ( )

Returns the exp1
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp10 ( )

Returns the exp10
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp11 ( )

Returns the exp11
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp12 ( )

Returns the exp12
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp2 ( )

Returns the exp2
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp3 ( )

Returns the exp3
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp4 ( )

Returns the exp4
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp5 ( )

Returns the exp5
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp6 ( )

Returns the exp6
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp7 ( )

Returns the exp7
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp8 ( )

Returns the exp8
Created in NX5.3.0.



License requirements : None

NXOpen::Expression* NXOpen::SketchExpressionModifierBuilder::Exp9 ( )

Returns the exp9
Created in NX5.3.0.



License requirements : None

void NXOpen::SketchExpressionModifierBuilder::SetSketch ( NXOpen::Sketch sketchTag)

Sets the sketch
Created in NX5.3.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
sketchTagsketchtag
void NXOpen::SketchExpressionModifierBuilder::SetSketches ( NXOpen::SketchExpressionModifierBuilder::EndCuts  sketches)

Sets the sketches
Created in NX5.3.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
sketchessketches
NXOpen::Sketch* NXOpen::SketchExpressionModifierBuilder::Sketch ( )

Returns the sketch
Created in NX5.3.0.



License requirements : None

NXOpen::SketchExpressionModifierBuilder::EndCuts NXOpen::SketchExpressionModifierBuilder::Sketches ( )

Returns the sketches
Created in NX5.3.0.



License requirements : None

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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.