|
NX Open C++ Reference Guide
|
Represents a Motion Environment
To obtain an instance of this class, refer to Motion::MotionSession
Created in NX7.5.0.
More...
Public Types | |
| enum | Analysis { AnalysisNoType, AnalysisKinematics, AnalysisDynamics } |
| Represents analysis type of current mechanisms. More... | |
Public Member Functions | |
| void | CheckCosimLicense (bool checkCosimLicense) |
| Checks the co-simulation license Created in NX7.5.0. | |
| void | CheckFlexbodyLicense (bool checkFlexbodyLicense) |
| Checks the flexible body dynamic license Created in NX7.5.0. | |
| void | CheckMotorLicense (bool checkMotorLicense) |
| Checks the motor license Created in NX7.5.0. | |
| void | SetAnalysisType (NXOpen::Motion::MotionEnvironment::Analysis analysisType) |
| Sets the the analysis type Created in NX7.5.0. | |
| void | SetComponentBasedMechanism (bool componentBasedMech) |
| Sets component based mechanisim Created in NX7.5.0. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Motion Environment
To obtain an instance of this class, refer to Motion::MotionSession
Created in NX7.5.0.
| void NXOpen::Motion::MotionEnvironment::CheckCosimLicense | ( | bool | checkCosimLicense | ) |
Checks the co-simulation license
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
| checkCosimLicense | Checks out or checks in co-simulation license |
| void NXOpen::Motion::MotionEnvironment::CheckFlexbodyLicense | ( | bool | checkFlexbodyLicense | ) |
Checks the flexible body dynamic license
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
| checkFlexbodyLicense | Checks out or checks in flexible body dynamic license |
| void NXOpen::Motion::MotionEnvironment::CheckMotorLicense | ( | bool | checkMotorLicense | ) |
Checks the motor license
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
| checkMotorLicense | Checks out or checks in motor license |
| void NXOpen::Motion::MotionEnvironment::SetAnalysisType | ( | NXOpen::Motion::MotionEnvironment::Analysis | analysisType | ) |
Sets the the analysis type
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
| analysisType | The analysis type |
| void NXOpen::Motion::MotionEnvironment::SetComponentBasedMechanism | ( | bool | componentBasedMech | ) |
Sets component based mechanisim
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
| componentBasedMech | Sets component based mechanism |
| tag_t NXOpen::Motion::MotionEnvironment::Tag | ( | ) | const |
Returns the tag of this object.