|
NX Open C++ Reference Guide
|
Exports input parameters for motor selection to SIZER drive design to support the sizing, configuration, and selection of drive components. More...
Classes | |
| struct | MCDMechanicalData |
| Defines the mechanical data in MCD mode. More... | |
| struct | MechanicalData |
| Defines the mechanical data in Motion mode. More... | |
Public Types | |
| enum | RunMode { RunModeNone, RunModeMotion, RunModeMcd } |
| Represents the run mode. More... | |
Public Member Functions | |
| void | GetMcdMechanicalData (std::vector< NXOpen::Tooling::SIZERExportBuilder::MCDMechanicalData > &mechanicalData) |
| Gets all groups of mechanical data in MCD mode. | |
| void | GetMechanicalData (std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > &mechanicalData) |
| Gets all groups of mechanical data in Motion mode. | |
| NXOpen::Tooling::SIZERExportBuilder::RunMode | GetRunMode () |
| Gets the run mode. | |
| NXString | OutputFile () |
| Returns the output *.mdix file, which is exported to SIZER. | |
| void | ProcessMcdSimulationData (double startTime, double endTime) |
| Processes the simulation data in MCD mode. | |
| void | SetMcdMechanicalData (const std::vector< NXOpen::Tooling::SIZERExportBuilder::MCDMechanicalData > &mechanicalData) |
| Sets all groups of mechanical data in MCD mode. | |
| void | SetMechanicalData (const std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > &mechanicalData) |
| Sets all groups of mechanical data in Motion mode. | |
| void | SetOutputFile (const NXString &outputFile) |
| Sets the output *.mdix file, which is exported to SIZER. | |
| void | SetOutputFile (const char *outputFile) |
| Sets the output *.mdix file, which is exported to SIZER. | |
| void | SetRunMode (NXOpen::Tooling::SIZERExportBuilder::RunMode runMode) |
| Sets the run mode. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Exports input parameters for motor selection to SIZER drive design to support the sizing, configuration, and selection of drive components.
To create a new instance of this class, use Tooling::SIZERCollection::CreateExportBuilder
Created in NX7.5.0.
Represents the run mode.
| RunModeNone |
None Mode. |
| RunModeMotion |
Motion Mode. |
| RunModeMcd |
MCD Mode. |
| void NXOpen::Tooling::SIZERExportBuilder::GetMcdMechanicalData | ( | std::vector< NXOpen::Tooling::SIZERExportBuilder::MCDMechanicalData > & | mechanicalData | ) |
Gets all groups of mechanical data in MCD mode.
Created in NX9.0.0.
License requirements : None
| mechanicalData | Array of mechanical data |
| void NXOpen::Tooling::SIZERExportBuilder::GetMechanicalData | ( | std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > & | mechanicalData | ) |
Gets all groups of mechanical data in Motion mode.
Created in NX7.5.0.
License requirements : None
| mechanicalData | Array of mechanical data |
| NXOpen::Tooling::SIZERExportBuilder::RunMode NXOpen::Tooling::SIZERExportBuilder::GetRunMode | ( | ) |
Gets the run mode.
| NXString NXOpen::Tooling::SIZERExportBuilder::OutputFile | ( | ) |
Returns the output *.mdix file, which is exported to SIZER.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::SIZERExportBuilder::ProcessMcdSimulationData | ( | double | startTime, |
| double | endTime | ||
| ) |
Processes the simulation data in MCD mode.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| startTime | Start Time of simulation |
| endTime | End Time of simulation |
| void NXOpen::Tooling::SIZERExportBuilder::SetMcdMechanicalData | ( | const std::vector< NXOpen::Tooling::SIZERExportBuilder::MCDMechanicalData > & | mechanicalData | ) |
Sets all groups of mechanical data in MCD mode.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| mechanicalData | Array of mechanical data |
| void NXOpen::Tooling::SIZERExportBuilder::SetMechanicalData | ( | const std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > & | mechanicalData | ) |
Sets all groups of mechanical data in Motion mode.
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
| mechanicalData | Array of mechanical data |
| void NXOpen::Tooling::SIZERExportBuilder::SetOutputFile | ( | const NXString & | outputFile | ) |
Sets the output *.mdix file, which is exported to SIZER.
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS") OR nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| outputFile | outputfile |
| void NXOpen::Tooling::SIZERExportBuilder::SetOutputFile | ( | const char * | outputFile | ) |
Sets the output *.mdix file, which is exported to SIZER.
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS") OR nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| outputFile | outputfile |
| void NXOpen::Tooling::SIZERExportBuilder::SetRunMode | ( | NXOpen::Tooling::SIZERExportBuilder::RunMode | runMode | ) |
Sets the run mode.
Created in NX9.0.0.
License requirements : mechanisms ("MECHANISMS") OR nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| runMode | Run mode |