NX Open C++ Reference Guide
|
Represents a subcase/step in a solution. More...
Public Member Functions | |
void | AddBc (NXOpen::CAE::SimBC *bc) |
Add the bc to the step. | |
NXOpen::CAE::PropertyTable * | PropertyTable () |
Returns the property table associated with the step Created in NX4.0.0. | |
void | RemoveBc (NXOpen::CAE::SimBC *bc) |
Remove the bc from the step. | |
NXOpen::CAE::SimSolution * | Solution () |
Returns the solution to which the step belongs. | |
int | StepType () |
Returns the step type. |
Represents a subcase/step in a solution.
For more information, refer to the Solver language documentation in the Solver language documentation .
To create a new instance of this class, use CAE::SimSimulation::CreateSolutionStep
Created in NX4.0.0.
void NXOpen::CAE::SimSolutionStep::AddBc | ( | NXOpen::CAE::SimBC * | bc | ) |
Add the bc to the step.
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bc | the bc to be added |
Returns the property table associated with the step
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::SimSolutionStep::RemoveBc | ( | NXOpen::CAE::SimBC * | bc | ) |
Remove the bc from the step.
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bc | the bc to be remove |
Returns the solution to which the step belongs.
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the step type.
Created in NX4.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")