NX Open C++ Reference Guide
Classes | Public Types | Public Member Functions | List of all members
NXOpen::Tooling::SIZERExportBuilder Class Reference

Exports input parameters for motor selection to SIZER drive design to support the sizing, configuration, and selection of drive components. More...

Inheritance diagram for NXOpen::Tooling::SIZERExportBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
void GetMechanicalData (std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > &mechanicalData)
 Gets all groups of mechanical data in Motion mode. More...
 
NXOpen::Tooling::SIZERExportBuilder::RunMode GetRunMode ()
 Gets the run mode. More...
 
NXString OutputFile ()
 Returns the output *.mdix file, which is exported to SIZER. More...
 
void ProcessMcdSimulationData (double startTime, double endTime)
 Processes the simulation data in MCD mode. More...
 
void SetMcdMechanicalData (const std::vector< NXOpen::Tooling::SIZERExportBuilder::MCDMechanicalData > &mechanicalData)
 Sets all groups of mechanical data in MCD mode. More...
 
void SetMechanicalData (const std::vector< NXOpen::Tooling::SIZERExportBuilder::MechanicalData > &mechanicalData)
 Sets all groups of mechanical data in Motion mode. More...
 
void SetOutputFile (const NXString &outputFile)
 Sets the output *.mdix file, which is exported to SIZER. More...
 
void SetOutputFile (const char *outputFile)
 Sets the output *.mdix file, which is exported to SIZER. More...
 
void SetRunMode (NXOpen::Tooling::SIZERExportBuilder::RunMode runMode)
 Sets the run mode. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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 NXOpen::Tooling::SIZERCollection::CreateExportBuilder

Created in NX7.5.0.

Member Enumeration Documentation

Represents the run mode.

Enumerator
RunModeNone 

None Mode.

RunModeMotion 

Motion Mode.

RunModeMcd 

MCD Mode.

Member Function Documentation

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

Parameters
mechanicalDataArray 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

Parameters
mechanicalDataArray of mechanical data
NXOpen::Tooling::SIZERExportBuilder::RunMode NXOpen::Tooling::SIZERExportBuilder::GetRunMode ( )

Gets the run mode.

Returns
Run mode
Created in NX9.0.0.

License requirements : None
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")

Parameters
startTimeStart Time of simulation
endTimeEnd 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")

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

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

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

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

Parameters
runModeRun mode

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