TBSConstraintBuilder Class

class NXOpen.CAE.Optimization.TBSConstraintBuilder

Bases: NXOpen.Builder

Represents the builder of NXOpen.CAE.Optimization.TBSConstraint

To create a new instance of this class, use NXOpen.CAE.Optimization.TBSOptimizationManager.CreateResponseConstraintBuilder()

New in version NX8.0.0.

Properties

Property Description
ConstraintType Returns or sets the constraint type
ConstraintValue Returns the constrain value
DesignResponse Returns or sets the design response
Magnitude Returns or sets the magnitude type of the constraint
NameDescription Returns the name description
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

TBSConstraintBuilderConstraintOption Enumeration Defines the constraint type
TBSConstraintBuilderMagnitudeType Enumeration Defines the type of constraint value

Property Detail

ConstraintType

TBSConstraintBuilder.ConstraintType

Returns or sets the constraint type

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

Getter Method

Signature ConstraintType

Returns:
Return type:NXOpen.CAE.Optimization.TBSConstraintBuilderConstraintOption

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature ConstraintType

Parameters:constraintType (NXOpen.CAE.Optimization.TBSConstraintBuilderConstraintOption) –

New in version NX8.0.0.

License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)

ConstraintValue

TBSConstraintBuilder.ConstraintValue

Returns the constrain value

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

Getter Method

Signature ConstraintValue

Returns:
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

DesignResponse

TBSConstraintBuilder.DesignResponse

Returns or sets the design response

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

Getter Method

Signature DesignResponse

Returns:
Return type:NXOpen.CAE.Optimization.TBSDesignResponse

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature DesignResponse

Parameters:designResponse (NXOpen.CAE.Optimization.TBSDesignResponse) –

New in version NX8.0.0.

License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)

Magnitude

TBSConstraintBuilder.Magnitude

Returns or sets the magnitude type of the constraint

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

Getter Method

Signature Magnitude

Returns:
Return type:NXOpen.CAE.Optimization.TBSConstraintBuilderMagnitudeType

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Magnitude

Parameters:magnitude (NXOpen.CAE.Optimization.TBSConstraintBuilderMagnitudeType) –

New in version NX8.0.0.

License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)

NameDescription

TBSConstraintBuilder.NameDescription

Returns the name description

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

Getter Method

Signature NameDescription

Returns:
Return type:NXOpen.CAE.Optimization.NameDescription

New in version NX8.0.0.

License requirements: None.

Method Detail

Validate

TBSConstraintBuilder.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.