NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Motion.MotionMethods Class Reference

Represents a NXOpen.Motion.MotionMethods class More...

Inheritance diagram for NXOpen.Motion.MotionMethods:

Public Member Functions

unsafe void CopyConnectorParameters (NXOpen.NXObject sourceConnector, NXOpen.NXObject destinationConnector)
 Copies the connector parameters More...
 
unsafe void ModelCheck (bool listWarning)
 Check all motion objects More...
 
unsafe void CopyParameters (NXOpen.NXObject source, NXOpen.NXObject destination)
 Copy parameters from source to destination. More...
 
unsafe void ExportParameters (NXOpen.NXObject entity, string fileName)
 Export parameters of an entity into a txt file. More...
 
unsafe void ImportParameters (NXOpen.NXObject entity, string fileName)
 Import parameters of an object into a txt file. More...
 

Properties

Tag Tag [get]
 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

unsafe void NXOpen.Motion.MotionMethods.CopyConnectorParameters ( NXOpen.NXObject  sourceConnector,
NXOpen.NXObject  destinationConnector 
)

Copies the connector parameters

Created in NX8.0.0

Deprecated in NX12.0.0. Use MotionMethods.CopyParameters instead.

License requirements: mechanisms ("MECHANISMS")

Parameters
sourceConnectorSource connector from which parameters are copied
destinationConnectorDestination connector to which the parameters are copied
unsafe 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
unsafe void NXOpen.Motion.MotionMethods.ExportParameters ( NXOpen.NXObject  entity,
string  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
unsafe void NXOpen.Motion.MotionMethods.ImportParameters ( NXOpen.NXObject  entity,
string  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
unsafe 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

Property Documentation

Tag NXOpen.Motion.MotionMethods.Tag
get

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.