SketchExpressionModifierBuilder Class

class NXOpen.SketchExpressionModifierBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Sketch Expression Modifier Builder.

New in version NX5.3.0.

Properties

Property Description
Exp1 Returns the exp1
Exp10 Returns the exp10
Exp11 Returns the exp11
Exp12 Returns the exp12
Exp2 Returns the exp2
Exp3 Returns the exp3
Exp4 Returns the exp4
Exp5 Returns the exp5
Exp6 Returns the exp6
Exp7 Returns the exp7
Exp8 Returns the exp8
Exp9 Returns the exp9
Sketch Returns or sets the sketch
Sketches Returns or sets the sketches
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

Exp1

SketchExpressionModifierBuilder.Exp1

Returns the exp1

-------------------------------------

Getter Method

Signature Exp1

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp10

SketchExpressionModifierBuilder.Exp10

Returns the exp10

-------------------------------------

Getter Method

Signature Exp10

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp11

SketchExpressionModifierBuilder.Exp11

Returns the exp11

-------------------------------------

Getter Method

Signature Exp11

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp12

SketchExpressionModifierBuilder.Exp12

Returns the exp12

-------------------------------------

Getter Method

Signature Exp12

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp2

SketchExpressionModifierBuilder.Exp2

Returns the exp2

-------------------------------------

Getter Method

Signature Exp2

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp3

SketchExpressionModifierBuilder.Exp3

Returns the exp3

-------------------------------------

Getter Method

Signature Exp3

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp4

SketchExpressionModifierBuilder.Exp4

Returns the exp4

-------------------------------------

Getter Method

Signature Exp4

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp5

SketchExpressionModifierBuilder.Exp5

Returns the exp5

-------------------------------------

Getter Method

Signature Exp5

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp6

SketchExpressionModifierBuilder.Exp6

Returns the exp6

-------------------------------------

Getter Method

Signature Exp6

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp7

SketchExpressionModifierBuilder.Exp7

Returns the exp7

-------------------------------------

Getter Method

Signature Exp7

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp8

SketchExpressionModifierBuilder.Exp8

Returns the exp8

-------------------------------------

Getter Method

Signature Exp8

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Exp9

SketchExpressionModifierBuilder.Exp9

Returns the exp9

-------------------------------------

Getter Method

Signature Exp9

Returns:
Return type:NXOpen.Expression

New in version NX5.3.0.

License requirements: None.

Sketch

SketchExpressionModifierBuilder.Sketch

Returns or sets the sketch

-------------------------------------

Getter Method

Signature Sketch

Returns:
Return type:NXOpen.Sketch

New in version NX5.3.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Sketch

Parameters:sketchTag (NXOpen.Sketch) –

New in version NX5.3.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Sketches

SketchExpressionModifierBuilder.Sketches

Returns or sets the sketches

-------------------------------------

Getter Method

Signature Sketches

Returns:
Return type:NXOpen.SketchExpressionModifierBuilderEndCuts

New in version NX5.3.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Sketches

Parameters:sketches (NXOpen.SketchExpressionModifierBuilderEndCuts) –

New in version NX5.3.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

Method Detail

Validate

SketchExpressionModifierBuilder.Validate

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.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.