NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

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
NXOpen.Motion.GlobalSelectionBuilder 
GetGlobalSelectionBuilder (NXOpen.Part part)
 Returns the Global Selection Builder instance. More...
 
unsafe void ImportParameters (NXOpen.NXObject entity, string fileName)
 Import parameters of an object into a txt file. More...
 
unsafe void ModelCheck (bool listWarning)
 Check all motion objects More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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.CopyParameters ( NXOpen.NXObject  source,
NXOpen.NXObject  destination 
)
inline

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 
)
inline

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 NXOpen.Motion.GlobalSelectionBuilder NXOpen.Motion.MotionMethods.GetGlobalSelectionBuilder ( NXOpen.Part  part)
inline

Returns the Global Selection Builder instance.

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
partowning part
Returns
GlobalSelectionBuilder
unsafe void NXOpen.Motion.MotionMethods.ImportParameters ( NXOpen.NXObject  entity,
string  fileName 
)
inline

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)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.