NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Motion::MotionMethods Class Reference

Represents a NXOpen::Motion::MotionMethods class
To obtain an instance of this class, refer to NXOpen::Motion::MotionSession

Created in NX8.0.0. More...

Public Member Functions

void CopyConnectorParameters (NXOpen::NXObject *sourceConnector, NXOpen::NXObject *destinationConnector)
 Copies the connector parameters
More...
 
void CopyParameters (NXOpen::NXObject *source, NXOpen::NXObject *destination)
 Copy parameters from source to destination. More...
 
void ExportParameters (NXOpen::NXObject *entity, const NXString &fileName)
 Export parameters of an entity into a txt file. More...
 
void ExportParameters (NXOpen::NXObject *entity, const char *fileName)
 Export parameters of an entity into a txt file. More...
 
void ImportParameters (NXOpen::NXObject *entity, const NXString &fileName)
 Import parameters of an object into a txt file. More...
 
void ImportParameters (NXOpen::NXObject *entity, const char *fileName)
 Import parameters of an object into a txt file. More...
 
void ModelCheck (bool listWarning)
 Check all motion objects
Created in NX8.0.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Motion::MotionMethods class
To obtain an instance of this class, refer to NXOpen::Motion::MotionSession

Created in NX8.0.0.


Member Function Documentation

void NXOpen::Motion::MotionMethods::CopyConnectorParameters ( NXOpen::NXObject sourceConnector,
NXOpen::NXObject destinationConnector 
)

Copies the connector parameters

Deprecated:
Deprecated in NX12.0.0.

Use MotionMethods::CopyParameters instead.


Created in NX8.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
sourceConnectorSource connector from which parameters are copied
destinationConnectorDestination connector to which the parameters are copied
void NXOpen::Motion::MotionMethods::CopyParameters ( NXOpen::NXObject source,
NXOpen::NXObject destination 
)

Copy parameters from source to destination.

Source and Destination must be of the same type. Only objects that support this command in Motion Navigator are supported.
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
sourceSource object from which parameters are copied
destinationDestination object to which the parameters are copied
void NXOpen::Motion::MotionMethods::ExportParameters ( NXOpen::NXObject entity,
const NXString fileName 
)

Export parameters of an entity into a txt file.

Only objects that support this command in Motion Navigator are supported.
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
entityentity to export
fileNamefile to export to
void NXOpen::Motion::MotionMethods::ExportParameters ( NXOpen::NXObject entity,
const char *  fileName 
)

Export parameters of an entity into a txt file.

Only objects that support this command in Motion Navigator are supported.
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
entityentity to export
fileNamefile to export to
void NXOpen::Motion::MotionMethods::ImportParameters ( NXOpen::NXObject entity,
const NXString fileName 
)

Import parameters of an object into a txt file.

Only objects that support this command in Motion Navigator are supported.
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
entityentity to import
fileNamefile to import from
void NXOpen::Motion::MotionMethods::ImportParameters ( NXOpen::NXObject entity,
const char *  fileName 
)

Import parameters of an object into a txt file.

Only objects that support this command in Motion Navigator are supported.
Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
entityentity to import
fileNamefile to import from
void NXOpen::Motion::MotionMethods::ModelCheck ( bool  listWarning)

Check all motion objects
Created in NX8.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
listWarningwhether to display the checking result if only warnings found without error
tag_t NXOpen::Motion::MotionMethods::Tag ( ) const

Returns the tag of this object.


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