NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::SimSolutionStep Class Reference

Represents a subcase/step in a solution. More...

Inheritance diagram for NXOpen::CAE::SimSolutionStep:
NXOpen::CAE::SimGroupContainer NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Member Functions

void AddBc (NXOpen::CAE::SimBC *bc)
 Add the bc to the step.
NXOpen::CAE::PropertyTablePropertyTable ()
 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::SimSolutionSolution ()
 Returns the solution to which the step belongs.
int StepType ()
 Returns the step type.

Detailed Description

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.


Member Function Documentation

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")

Parameters:
bcthe 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")

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")

Parameters:
bcthe 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")


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