NX Open C++ Reference Guide
|
Represents the parameters that control the generation of surfaces by optimization
Created in NX8.0.0.
More...
Public Member Functions | |
void | Destroy (bool deleteResult) |
Deletes a smooth and the associated result file optional Created in NX8.0.0. | |
void | Execute () |
Executes the surface generation Created in NX8.0.0. | |
void | Rename (const NXString &name, bool renameResults) |
Rename smooth and optionally rename associated results files Created in NX8.0.0. |
Represents the parameters that control the generation of surfaces by optimization
Created in NX8.0.0.
void NXOpen::CAE::Optimization::TBSSmooth::Destroy | ( | bool | deleteResult | ) |
Deletes a smooth and the associated result file optional
Created in 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")
deleteResult | true if you want associated result files to be deleted as well |
Executes the surface generation
Created in 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")
void NXOpen::CAE::Optimization::TBSSmooth::Rename | ( | const NXString & | name, |
bool | renameResults | ||
) |
Rename smooth and optionally rename associated results files
Created in NX8.0.0.
License requirements : None
name | new solution name NOTE: The full Unicode character set is not supported for this parameter. |
renameResults | true if you what associated results files to be renamed as well |