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 | MechanicalData |
Defines the mechanical data. More... | |
Public Member Functions | |
void | GetMechanicalData (std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > &mechanicalData) |
Gets all groups of mechanical data. | |
NXString | OutputFile () |
Returns the output *.mdix file, which is exported to SIZER. | |
void | SetMechanicalData (const std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > &mechanicalData) |
Sets all groups of mechanical data. | |
void | SetOutputFile (const NXString &outputFile) |
Sets the output *.mdix file, which is exported to SIZER. |
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.
void NXOpen::Tooling::SIZERExportBuilder::GetMechanicalData | ( | std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > & | mechanicalData | ) |
Gets all groups of mechanical data.
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
mechanicalData | Array of mechanical data |
Returns the output *.mdix file, which is exported to SIZER.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::SIZERExportBuilder::SetMechanicalData | ( | const std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > & | mechanicalData | ) |
Sets all groups of mechanical data.
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")
outputFile | outputfile |