NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.PhysicsManager Class Reference

A manager to deal with all physics objects. More...

Inheritance diagram for NXOpen.Mechatronics.PhysicsManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  InterferenceType { Highlight, ShowCurve }
 Represents interference output type. More...
 

Public Member Functions

unsafe
NXOpen.Mechatronics.AnimationConversionBuilder 
CreateAnimationConversionBuilder ()
 Creates a NXOpen.Mechatronics.AnimationConversionBuilder object. More...
 
unsafe
NXOpen.Mechatronics.CamProfileDocumentationBuilder 
CreateCamProfileDocumentationBuilder ()
 Creates a NXOpen. More...
 
unsafe
NXOpen.Mechatronics.ChainJointBuilder 
CreateChainJointBuilder ()
 Creates a NXOpen.Mechatronics.ChainJointBuilder object. More...
 
unsafe
NXOpen.Mechatronics.ChangeOwnerBuilder 
CreateChangeOwnerBuilder ()
 Creates a NXOpen.Mechatronics.ChangeOwnerBuilder object. More...
 
unsafe
NXOpen.Mechatronics.ConstraintConversionBuilder 
CreateConstraintConversionBuilder ()
 Creates a Mechatronics.ConstraintConversionBuilder More...
 
unsafe
NXOpen.Mechatronics.ConvertFromMTBBuilder 
CreateConvertFromMtbbuilder ()
 Creates a NXOpen.Mechatronics.ConvertFromMTBBuilder object. More...
 
unsafe
NXOpen.Mechatronics.ECADExportBuilder 
CreateECADExportBuilder ()
 Creates a NXOpen.Mechatronics.ECADExportBuilder object. More...
 
unsafe
NXOpen.Mechatronics.ECADImportBuilder 
CreateECADImportBuilder ()
 Creates a NXOpen.Mechatronics.ECADImportBuilder object. More...
 
unsafe NXOpen.Facet.FacetedBody CreateEnvelope (NXOpen.NXObject physicsObject, NXOpen.NXObject geomerty, NXOpen.NXObject record, double tolerance, int translucency)
 Creates a Envelope object. More...
 
unsafe
NXOpen.Mechatronics.ExportSensorsActuatorsBuilder 
CreateExportSensorsActuatorsBuilder ()
 Creates a NXOpen.Mechatronics.ExportSensorsActuatorsBuilder object. More...
 
unsafe
NXOpen.Mechatronics.ExportTraceBuilder 
CreateExportTraceBuilder (NXOpen.Mechatronics.Tracer tracer)
 Creates a NXOpen. More...
 
unsafe
NXOpen.Mechatronics.FrameBuilder 
CreateFrameBuilder ()
 Creates a NXOpen. More...
 
unsafe void CreateInterference (NXOpen.Facet.FacetedBody firstEnvelope, NXOpen.Facet.FacetedBody secondEnvelope, NXOpen.Mechatronics.PhysicsManager.InterferenceType outputType)
 Creates a Interference. More...
 
unsafe
NXOpen.Mechatronics.MATLABClientBuilder 
CreateMatlabclientBuilder ()
 Creates a NXOpen.Mechatronics.MATLABClientBuilder object. More...
 
unsafe
NXOpen.Mechatronics.OPCClientBuilder 
CreateOpcclientBuilder ()
 Creates a NXOpen.Mechatronics.OPCClientBuilder object. More...
 
unsafe
NXOpen.Mechatronics.ReplacePhysicsBuilder 
CreateReplacePhysicsBuilder ()
 Creates a NXOpen.Mechatronics.ReplacePhysicsBuilder object. More...
 
unsafe
NXOpen.Mechatronics.SCOUTExportBuilder 
CreateSCOUTExportBuilder ()
 Creates a NXOpen.Mechatronics.SCOUTExportBuilder object. More...
 
unsafe
NXOpen.Mechatronics.SCOUTImportBuilder 
CreateSCOUTImportBuilder ()
 Creates a NXOpen.Mechatronics.SCOUTImportBuilder object. More...
 
unsafe
NXOpen.Mechatronics.SensorsActuatorsListBuilder 
CreateSensorsActuatorsListBuilder ()
 Creates a NXOpen.Mechatronics.SensorsActuatorsListBuilder object. More...
 
unsafe
NXOpen.Mechatronics.SHMConfigurationBuilder 
CreateSHMConfigurationBuilder ()
 Creates a NXOpen.Mechatronics.SHMConfigurationBuilder object. More...
 
unsafe
NXOpen.Mechatronics.SignalMappingBuilder 
CreateSignalMappingBuilder ()
 Creates a NXOpen.Mechatronics.SignalMappingBuilder . More...
 
unsafe void ExportPlmxmlInNative (string dirName, string configFileName, bool reportWind)
 Exports the PLMXML from Mechatronics in native. More...
 
unsafe void ExportPlmxmlInTeamcenter ()
 Exports the PLMXML from Mechatronics in teamcenter. More...
 
unsafe void ExportSignalAdaptersToXml (string path, NXOpen.Mechatronics.SignalAdapter[] adapters)
 Export specified MCD Signal Adapters to xml file. More...
 
unsafe void ExportSignalMappingConnectionsToCsv (string path, NXOpen.Mechatronics.SignalMappingConnection[] mappingConnections)
 Export specified MCD Signal Mapping Connections to csv file. More...
 
unsafe void ExportSignalMappingConnectionsToXml (string path, NXOpen.Mechatronics.SignalMappingConnection[] mappingConnections)
 Export specified MCD Signal Mapping Connections to xml file. More...
 
unsafe void ExportSignalsToCsv (string path, string[] names, string[] owners, NXOpen.Mechatronics.SignalBuilder.IOType[] ioTypes, NXOpen.Mechatronics.SignalBuilder.DataType[] dataTypes, bool[] bValues, int[] nValues, double[] dValues, string[] connectionNames, bool signal, bool connection)
 Export specified MCD Signals, OPC Signal Connections and(or) SHM Signal Connections to csv file. More...
 
unsafe void ExportSignalsToExcel (string path, string[] names, NXOpen.Mechatronics.SignalBuilder.IOType[] ioTypes, NXOpen.Mechatronics.SignalBuilder.DataType[] dataTypes, bool[] bValues, int[] nValues, double[] dValues, string[] addresses, string[] comments)
 Export specified MCD Signals to excel file (compatible with TIA portal format). More...
 
unsafe void ExportSignalsToTxt (string path, string[] names, NXOpen.Mechatronics.SignalBuilder.IOType[] ioTypes, NXOpen.Mechatronics.SignalBuilder.DataType[] dataTypes, bool[] bValues, int[] nValues, double[] dValues, string[] addresses, string[] comments)
 Export specified MCD Signals to txt file (compatible with SIMIT format). More...
 
unsafe void ExportSignalsToTxtV2 (string path, string[] names, NXOpen.Mechatronics.SignalBuilder.IOType[] ioTypes, NXOpen.Mechatronics.SignalBuilder.ExternalSignalDataType[] dataTypes, bool[] bValues, int[] nValues, double[] dValues, string[] addresses, string[] comments)
 Export specified MCD Signals to txt file version 2(compatible with SIMIT format). More...
 
unsafe void ExportToCsv (string path, bool signal, bool connection)
 Export MCD Signals, OPC Signal Connections and(or) SHM Signal Connections to csv file More...
 
unsafe void ExportToTxt (string path)
 Export MCD Signals to txt file More...
 
unsafe void ImportPlmxmlInNative (string fileName, bool reportWind)
 Imports the PLMXML for Mechatronics in native. More...
 
unsafe void ImportPlmxmlInTeamcenter ()
 Imports the PLMXML for Mechatronics in teamcenter. More...
 
unsafe void ImportSignalAdaptersFromXml (string path)
 Import Signal Adapters from xml file. More...
 
unsafe void ImportSignalAdaptersFromXmlV2 (string path, bool updateExisting)
 Import Signal Adapters from xml file with flag to indicate whether to update existing ones or not. More...
 
unsafe void ImportSignalMappingConnectionsFromXml (string path)
 Import Signal Mapping Connections from xml file. More...
 
unsafe void ImportSignalMappingConnectionsFromXmlV2 (string path, bool updateExisting)
 Import Signal Mapping Connections from xml file with flag to indicate whether to update existing ones or not. More...
 
unsafe void LogPhysicsToDelete (NXOpen.NXObject physicsObject)
 Log to delete More...
 
unsafe NXOpen.DisplayableObject QueryAdoption (NXOpen.Positioning.Constraint joint)
 Returns the adoption of the NXOpen.Positioning.Constraint . More...
 
unsafe void RemapPhysicsReferences (NXOpen.Assemblies.Component replacedPartOcc)
 Remap the physics references in context More...
 
unsafe void SetName (NXOpen.NXObject physicsObject, string name)
 Physics to rename More...
 
unsafe void SetObjectComment (NXOpen.NXObject physicsObject, string comment)
 Update physics comment attribute. More...
 
unsafe void UpdateObjectOverridden (NXOpen.NXObject physicsObject)
 Update physics overridden status. 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

NXOpen.Mechatronics.AccelerometerCollection Accelerometers [get]
 Returns the NXOpen.Mechatronics.AccelerometerCollection belonging to this part More...
 
NXOpen.Mechatronics.AdapterFormulaCollection AdapterFormulas [get]
 Returns the NXOpen.Mechatronics.AdapterFormulaCollection belonging to this part More...
 
NXOpen.Mechatronics.AdapterSignalCollection AdapterSignals [get]
 Returns the NXOpen.Mechatronics.AdapterSignalCollection belonging to this part More...
 
NXOpen.Mechatronics.AlignBodyCollection AlignBodies [get]
 Returns the NXOpen.Mechatronics.AlignBodyCollection belonging to this part More...
 
NXOpen.Mechatronics.AngularLimitJointCollection AngularLimitJoints [get]
 Returns the NXOpen.Mechatronics.AngularLimitJointCollection belonging to this part More...
 
NXOpen.Mechatronics.AngularSpringJointCollection AngularSpringJoints [get]
 Returns the NXOpen.Mechatronics.AngularSpringJointCollection belonging to this part More...
 
NXOpen.Mechatronics.BallJointCollection BallJoints [get]
 Returns the NXOpen.Mechatronics.BallJointCollection belonging to this part More...
 
NXOpen.Mechatronics.BreakingConstraintCollection BreakingConstraints [get]
 Returns the NXOpen.Mechatronics.BreakingConstraintCollection belonging to this part More...
 
NXOpen.Mechatronics.CamProfileCollection CamProfiles [get]
 Returns the NXOpen.Mechatronics.CamProfileCollection belonging to this part More...
 
NXOpen.Mechatronics.CamCollection Cams [get]
 Returns the NXOpen.Mechatronics.CamCollection belonging to this part More...
 
NXOpen.Mechatronics.ChangeMaterialCollection ChangeMaterials [get]
 Returns the NXOpen.Mechatronics.ChangeMaterialCollection belonging to this part More...
 
NXOpen.Mechatronics.CollisionBodyCollection CollisionBodies [get]
 Returns the NXOpen.Mechatronics.CollisionBodyCollection belonging to this part More...
 
NXOpen.Mechatronics.CollisionMaterialCollection CollisionMaterials [get]
 Returns the NXOpen.Mechatronics.CollisionMaterialCollection belonging to this part More...
 
NXOpen.Mechatronics.CollisionSensorCollection CollisionSensors [get]
 Returns the NXOpen.Mechatronics.CollisionSensorCollection belonging to this part More...
 
NXOpen.Mechatronics.CurveOnCurveJointCollection CurveOnCurveJoints [get]
 Returns the NXOpen.Mechatronics.CurveOnCurveJointCollection belonging to this part More...
 
NXOpen.Mechatronics.CylindricalJointCollection CylindricalJoints [get]
 Returns the NXOpen.Mechatronics.CylindricalJointCollection belonging to this part More...
 
NXOpen.Mechatronics.DisplayChangerCollection DisplayChanger [get]
 Returns the NXOpen.Mechatronics.DisplayChangerCollection belonging to this part More...
 
NXOpen.Mechatronics.DistanceSensorCollection DistanceSensors [get]
 Returns the NXOpen.Mechatronics.DistanceSensorCollection belonging to this part More...
 
NXOpen.Mechatronics.DynamicObjectTableCollection DynamicObjectTables [get]
 Returns the NXOpen.Mechatronics.DynamicObjectTableCollection belonging to this part More...
 
NXOpen.Mechatronics.ExpressionBlockFormulaCollection ExpressionBlockFormulas [get]
 Returns the NXOpen.Mechatronics.ExpressionBlockFormulaCollection belonging to this part More...
 
NXOpen.Mechatronics.ExpressionBlockCollection ExpressionBlocks [get]
 Returns the NXOpen.Mechatronics.ExpressionBlockCollection belonging to this part More...
 
NXOpen.Mechatronics.ExternalConnectionCollection ExternalConnections [get]
 Returns the NXOpen.Mechatronics.ExternalConnectionCollection belonging to this part More...
 
NXOpen.Mechatronics.ExternalSignalConfigurationCollection ExternalSignalConfigurations [get]
 Returns the NXOpen.Mechatronics.ExternalSignalConfigurationCollection belonging to this part More...
 
NXOpen.Mechatronics.FixedJointCollection FixedJoints [get]
 Returns the NXOpen.Mechatronics.FixedJointCollection belonging to this part More...
 
NXOpen.Mechatronics.ForceTorqueControlCollection ForceTorqueControls [get]
 Returns the NXOpen.Mechatronics.ForceTorqueControlCollection belonging to this part More...
 
NXOpen.Mechatronics.GearCollection Gears [get]
 Returns the NXOpen.Mechatronics.GearCollection belonging to this part More...
 
NXOpen.Mechatronics.GenericSensorCollection GenericSensors [get]
 Returns the NXOpen.Mechatronics.GenericSensorCollection belonging to this part More...
 
NXOpen.Mechatronics.GraphControlCollection GraphControls [get]
 Returns the NXOpen.Mechatronics.GraphControlCollection belonging to this part More...
 
NXOpen.Mechatronics.HingeJointCollection HingeJoints [get]
 Returns the NXOpen.Mechatronics.HingeJointCollection belonging to this part More...
 
NXOpen.Mechatronics.HydraulicCylinderCollection HydraulicCylinders [get]
 Returns the NXOpen.Mechatronics.HydraulicCylinderCollection belonging to this part More...
 
NXOpen.Mechatronics.HydraulicValveCollection HydraulicValves [get]
 Returns the NXOpen.Mechatronics.PneumaticValveCollection belonging to this part More...
 
NXOpen.Mechatronics.InclinometerCollection Inclinometers [get]
 Returns the NXOpen.Mechatronics.InclinometerCollection belonging to this part More...
 
NXOpen.Mechatronics.InverseKinematicsCollection InverseKinematicsConfigurations [get]
 Returns the NXOpen.Mechatronics.InverseKinematicsCollection belonging to this part More...
 
NXOpen.Mechatronics.JointJoggerCollection JointJoggers [get]
 Returns the NXOpen.Mechatronics.JointJoggerCollection belonging to this part More...
 
NXOpen.Mechatronics.LimitSwitchCollection LimitSwitchs [get]
 Returns the NXOpen.Mechatronics.LimitSwitchCollection belonging to this part More...
 
NXOpen.Mechatronics.LinearLimitJointCollection LinearLimitJoints [get]
 Returns the NXOpen.Mechatronics.LinearLimitJointCollection belonging to this part More...
 
NXOpen.Mechatronics.LinearSpringJointCollection LinearSpringJoints [get]
 Returns the NXOpen.Mechatronics.LinearSpringJointCollection belonging to this part More...
 
NXOpen.Mechatronics.MATLABSignalConnectionCollection MATLABSignalConnections [get]
 Returns the NXOpen.Mechatronics.MATLABSignalConnectionCollection belonging to this part More...
 
NXOpen.Mechatronics.MCDSignalServerConfigurationCollection MCDSignalServerConfigurations [get]
 Returns the NXOpen.Mechatronics.MCDSignalServerConfigurationCollection belonging to this part More...
 
NXOpen.Mechatronics.MotionProfileCollection MotionProfiles [get]
 Returns the NXOpen.Mechatronics.MotionProfileCollection belonging to this part More...
 
NXOpen.Mechatronics.ObjectSinkCollection ObjectSinks [get]
 Returns the NXOpen.Mechatronics.ObjectSinkCollection belonging to this part More...
 
NXOpen.Mechatronics.ObjectSourceCollection ObjectSources [get]
 Returns the NXOpen.Mechatronics.ObjectSourceCollection belonging to this part More...
 
NXOpen.Mechatronics.ObjectTransformerCollection ObjectTransformer [get]
 Returns the NXOpen.Mechatronics.ObjectTransformerCollection belonging to this part More...
 
NXOpen.Mechatronics.ObserverCollection Observers [get]
 Returns the NXOpen.Mechatronics.ObserverCollection belonging to this part More...
 
NXOpen.Mechatronics.PathConstraintJointCollection PathConstraintJoints [get]
 Returns the NXOpen.Mechatronics.PathConstraintJointCollection belonging to this part More...
 
NXOpen.Mechatronics.PhysicsPreferenceCollection PhysicsPreference [get]
 Returns the NXOpen.Mechatronics.PhysicsPreferenceCollection belonging to this part More...
 
NXOpen.Mechatronics.PlanarJointCollection PlanarJoints [get]
 Returns the NXOpen.Mechatronics.PlanarJointCollection belonging to this part More...
 
NXOpen.Mechatronics.PMNavFolderLocatorCollection PMNavFolderLocator [get]
 Returns the NXOpen.Mechatronics.PMNavFolderLocatorCollection belonging to this part More...
 
NXOpen.Mechatronics.PMNavFolderObjectCollection PMNavFolderObject [get]
 Returns the NXOpen.Mechatronics.PMNavFolderObjectCollection belonging to this part More...
 
NXOpen.Mechatronics.PneumaticCylinderCollection PneumaticCylinders [get]
 Returns the NXOpen.Mechatronics.PneumaticCylinderCollection belonging to this part More...
 
NXOpen.Mechatronics.PneumaticValveCollection PneumaticValves [get]
 Returns the NXOpen.Mechatronics.PneumaticValveCollection belonging to this part More...
 
NXOpen.Mechatronics.PointOnCurveJointCollection PointOnCurveJoints [get]
 Returns the NXOpen.Mechatronics.PointOnCurveJointCollection belonging to this part More...
 
NXOpen.Mechatronics.PositionControlCollection PositionControls [get]
 Returns the NXOpen.Mechatronics.PositionControlCollection belonging to this part More...
 
NXOpen.Mechatronics.PositionSensorCollection PositionSensors [get]
 Returns the NXOpen.Mechatronics.PositionSensorCollection belonging to this part More...
 
NXOpen.Mechatronics.PreventCollisionCollection PreventCollisions [get]
 Returns the NXOpen.Mechatronics.PreventCollisionCollection belonging to this part More...
 
NXOpen.Mechatronics.PulleyBeltCollection PulleyBelts [get]
 Returns the NXOpen.Mechatronics.PulleyBeltCollection belonging to this part More...
 
NXOpen.Mechatronics.RackPinionCollection RackPinions [get]
 Returns the NXOpen.Mechatronics.RackPinionCollection belonging to this part More...
 
NXOpen.Mechatronics.ReadWriteDeviceCollection ReadWriteDevices [get]
 Returns the NXOpen.Mechatronics.ReadWriteDeviceCollection belonging to this part More...
 
NXOpen.Mechatronics.RelayCollection Relays [get]
 Returns the NXOpen.Mechatronics.RelayCollection belonging to this part More...
 
NXOpen.Mechatronics.RigidBodyCollection RigidBodies [get]
 Returns the NXOpen.Mechatronics.RigidBodyCollection belonging to this part More...
 
NXOpen.Mechatronics.RuntimeBehaviorCollection RuntimeBehaviors [get]
 Returns the NXOpen.Mechatronics.RuntimeBehaviorCollection belonging to this part More...
 
NXOpen.Mechatronics.RuntimeFormulaCollection RuntimeFormulas [get]
 Returns the NXOpen.Mechatronics.RuntimeFormulaCollection belonging to this part More...
 
NXOpen.Mechatronics.RuntimeNCCollection RuntimeNCs [get]
 Returns the NXOpen.Mechatronics.RuntimeNCCollection belonging to this part More...
 
NXOpen.Mechatronics.ScrewJointCollection ScrewJoints [get]
 Returns the NXOpen.Mechatronics.ScrewJointCollection belonging to this part More...
 
NXOpen.Mechatronics.SHMSignalConnectionCollection SHMSignalConnections [get]
 Returns the NXOpen.Mechatronics.SHMSignalConnectionCollection belonging to this part More...
 
NXOpen.Mechatronics.SignalAdapterCollection SignalAdapters [get]
 Returns the NXOpen.Mechatronics.SignalAdapterCollection belonging to this part More...
 
NXOpen.Mechatronics.SignalConnectionCollection SignalConnections [get]
 Returns the NXOpen.Mechatronics.SignalConnectionCollection belonging to this part More...
 
NXOpen.Mechatronics.SignalMappingConnectionCollection SignalMappingConnections [get]
 Returns the NXOpen.Mechatronics.SignalMappingConnectionCollection belonging to this part More...
 
NXOpen.Mechatronics.SignalCollection Signals [get]
 Returns the NXOpen.Mechatronics.SignalCollection belonging to this part More...
 
NXOpen.Mechatronics.SlidingJointCollection SlidingJoints [get]
 Returns the NXOpen.Mechatronics.SlidingJointCollection belonging to this part More...
 
NXOpen.Mechatronics.SpeedControlCollection SpeedControls [get]
 Returns the NXOpen.Mechatronics.SpeedControlCollection belonging to this part More...
 
NXOpen.Mechatronics.SpringDamperCollection SpringDampers [get]
 Returns the NXOpen.Mechatronics.SpringDamperCollection belonging to this part More...
 
NXOpen.Mechatronics.SymbolTableCollection SymbolTables [get]
 Returns the NXOpen.Mechatronics.SymbolTableCollection belonging to this part More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
NXOpen.Mechatronics.TagFormCollection TagForms [get]
 Returns the NXOpen.Mechatronics.TagFormCollection belonging to this part More...
 
NXOpen.Mechatronics.TagTableCollection TagTables [get]
 Returns the NXOpen.Mechatronics.TagTableCollection belonging to this part More...
 
NXOpen.Mechatronics.ThreeJointCouplerCollection ThreeJointCouplers [get]
 Returns the NXOpen.Mechatronics.ThreeJointCouplerCollection belonging to this part More...
 
NXOpen.Mechatronics.TracerCollection Tracers [get]
 Returns the NXOpen.Mechatronics.TracerCollection belonging to this part More...
 
NXOpen.Mechatronics.TransmitterEntryCollection TransmitterEntry [get]
 Returns the NXOpen.Mechatronics.TransmitterEntryCollection belonging to this part More...
 
NXOpen.Mechatronics.TransmitterExitCollection TransmitterExit [get]
 Returns the NXOpen.Mechatronics.TransmitterExitCollection belonging to this part More...
 
NXOpen.Mechatronics.TransportSurfaceCollection TransportSurfaces [get]
 Returns the NXOpen.Mechatronics.TransportSurfaceCollection belonging to this part More...
 
NXOpen.Mechatronics.VelocitySensorCollection VelocitySensors [get]
 Returns the NXOpen.Mechatronics.VelocitySensorCollection belonging to this part More...
 
NXOpen.Mechatronics.VirtualAxisCollection VirtualAxis [get]
 Returns the NXOpen.Mechatronics.VirtualAxisCollection belonging to this part 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

A manager to deal with all physics objects.

To obtain an instance of this class, refer to NXOpen.Part

Created in NX7.5.1

Member Enumeration Documentation

Represents interference output type.

Enumerator
Highlight 

Highlight

ShowCurve 

Show Intersection Curve

Member Function Documentation

unsafe NXOpen.Mechatronics.AnimationConversionBuilder NXOpen.Mechatronics.PhysicsManager.CreateAnimationConversionBuilder ( )
inline

Creates a NXOpen.Mechatronics.AnimationConversionBuilder object.

Created in NX12.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
AnimationConversion Builder
unsafe NXOpen.Mechatronics.CamProfileDocumentationBuilder NXOpen.Mechatronics.PhysicsManager.CreateCamProfileDocumentationBuilder ( )
inline

Creates a NXOpen.

Mechatronics.CamProfileDocumentationBuilder object.

Created in NX1847.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
CamProfileDocumentation Builder
unsafe NXOpen.Mechatronics.ChainJointBuilder NXOpen.Mechatronics.PhysicsManager.CreateChainJointBuilder ( )
inline

Creates a NXOpen.Mechatronics.ChainJointBuilder object.

Created in NX12.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
ChainJoint Builder
unsafe NXOpen.Mechatronics.ChangeOwnerBuilder NXOpen.Mechatronics.PhysicsManager.CreateChangeOwnerBuilder ( )
inline

Creates a NXOpen.Mechatronics.ChangeOwnerBuilder object.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
ChangeOwner Builder
unsafe NXOpen.Mechatronics.ConstraintConversionBuilder NXOpen.Mechatronics.PhysicsManager.CreateConstraintConversionBuilder ( )
inline

Creates a Mechatronics.ConstraintConversionBuilder

Created in NX1847.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
unsafe NXOpen.Mechatronics.ConvertFromMTBBuilder NXOpen.Mechatronics.PhysicsManager.CreateConvertFromMtbbuilder ( )
inline

Creates a NXOpen.Mechatronics.ConvertFromMTBBuilder object.

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
ConvertFromMTB Builder
unsafe NXOpen.Mechatronics.ECADExportBuilder NXOpen.Mechatronics.PhysicsManager.CreateECADExportBuilder ( )
inline

Creates a NXOpen.Mechatronics.ECADExportBuilder object.

Created in NX8.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
ECADExport Builder
unsafe NXOpen.Mechatronics.ECADImportBuilder NXOpen.Mechatronics.PhysicsManager.CreateECADImportBuilder ( )
inline

Creates a NXOpen.Mechatronics.ECADImportBuilder object.

Created in NX8.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
ECADImport Builder
unsafe NXOpen.Facet.FacetedBody NXOpen.Mechatronics.PhysicsManager.CreateEnvelope ( NXOpen.NXObject  physicsObject,
NXOpen.NXObject  geomerty,
NXOpen.NXObject  record,
double  tolerance,
int  translucency 
)
inline

Creates a Envelope object.

Created in NX1899.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
physicsObject
geomerty
record
tolerance
translucency
Returns
unsafe NXOpen.Mechatronics.ExportSensorsActuatorsBuilder NXOpen.Mechatronics.PhysicsManager.CreateExportSensorsActuatorsBuilder ( )
inline

Creates a NXOpen.Mechatronics.ExportSensorsActuatorsBuilder object.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
ExportSensorsActuators Builder
unsafe NXOpen.Mechatronics.ExportTraceBuilder NXOpen.Mechatronics.PhysicsManager.CreateExportTraceBuilder ( NXOpen.Mechatronics.Tracer  tracer)
inline

Creates a NXOpen.

Mechatronics.ExportTraceBuilder object.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
tracerNXOpen.Mechatronics.Tracer to be exported
Returns
ExportTraceBuilder
unsafe NXOpen.Mechatronics.FrameBuilder NXOpen.Mechatronics.PhysicsManager.CreateFrameBuilder ( )
inline

Creates a NXOpen.

Mechatronics.FrameBuilder object.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
FrameBuilder
unsafe void NXOpen.Mechatronics.PhysicsManager.CreateInterference ( NXOpen.Facet.FacetedBody  firstEnvelope,
NXOpen.Facet.FacetedBody  secondEnvelope,
NXOpen.Mechatronics.PhysicsManager.InterferenceType  outputType 
)
inline

Creates a Interference.

Created in NX1899.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
firstEnvelope
secondEnvelope
outputType
unsafe NXOpen.Mechatronics.MATLABClientBuilder NXOpen.Mechatronics.PhysicsManager.CreateMatlabclientBuilder ( )
inline

Creates a NXOpen.Mechatronics.MATLABClientBuilder object.

Created in NX8.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
MATLABClient Builder
unsafe NXOpen.Mechatronics.OPCClientBuilder NXOpen.Mechatronics.PhysicsManager.CreateOpcclientBuilder ( )
inline

Creates a NXOpen.Mechatronics.OPCClientBuilder object.

Created in NX8.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
OPCClient Builder
unsafe NXOpen.Mechatronics.ReplacePhysicsBuilder NXOpen.Mechatronics.PhysicsManager.CreateReplacePhysicsBuilder ( )
inline

Creates a NXOpen.Mechatronics.ReplacePhysicsBuilder object.

Created in NX8.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
Mechatronics Replace Physics builder
unsafe NXOpen.Mechatronics.SCOUTExportBuilder NXOpen.Mechatronics.PhysicsManager.CreateSCOUTExportBuilder ( )
inline

Creates a NXOpen.Mechatronics.SCOUTExportBuilder object.

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
SCOUTExport Builder
unsafe NXOpen.Mechatronics.SCOUTImportBuilder NXOpen.Mechatronics.PhysicsManager.CreateSCOUTImportBuilder ( )
inline

Creates a NXOpen.Mechatronics.SCOUTImportBuilder object.

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
SCOUTImport Builder
unsafe NXOpen.Mechatronics.SensorsActuatorsListBuilder NXOpen.Mechatronics.PhysicsManager.CreateSensorsActuatorsListBuilder ( )
inline

Creates a NXOpen.Mechatronics.SensorsActuatorsListBuilder object.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
SensorsActuatorsList Builder
unsafe NXOpen.Mechatronics.SHMConfigurationBuilder NXOpen.Mechatronics.PhysicsManager.CreateSHMConfigurationBuilder ( )
inline

Creates a NXOpen.Mechatronics.SHMConfigurationBuilder object.

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
SHMConfiguration Builder
unsafe NXOpen.Mechatronics.SignalMappingBuilder NXOpen.Mechatronics.PhysicsManager.CreateSignalMappingBuilder ( )
inline

Creates a NXOpen.Mechatronics.SignalMappingBuilder .

Created in NX8.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
SignalMapping Builder
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportPlmxmlInNative ( string  dirName,
string  configFileName,
bool  reportWind 
)
inline

Exports the PLMXML from Mechatronics in native.

Created in NX12.0.2

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
dirNamethe plmxml dir name
configFileNamethe config file name
reportWind
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportPlmxmlInTeamcenter ( )
inline

Exports the PLMXML from Mechatronics in teamcenter.

Created in NX12.0.2

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalAdaptersToXml ( string  path,
NXOpen.Mechatronics.SignalAdapter[]  adapters 
)
inline

Export specified MCD Signal Adapters to xml file.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
adapters
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalMappingConnectionsToCsv ( string  path,
NXOpen.Mechatronics.SignalMappingConnection[]  mappingConnections 
)
inline

Export specified MCD Signal Mapping Connections to csv file.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
mappingConnections
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalMappingConnectionsToXml ( string  path,
NXOpen.Mechatronics.SignalMappingConnection[]  mappingConnections 
)
inline

Export specified MCD Signal Mapping Connections to xml file.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
mappingConnections
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalsToCsv ( string  path,
string[]  names,
string[]  owners,
NXOpen.Mechatronics.SignalBuilder.IOType[]  ioTypes,
NXOpen.Mechatronics.SignalBuilder.DataType[]  dataTypes,
bool[]  bValues,
int[]  nValues,
double[]  dValues,
string[]  connectionNames,
bool  signal,
bool  connection 
)
inline

Export specified MCD Signals, OPC Signal Connections and(or) SHM Signal Connections to csv file.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
names
owners
ioTypes
dataTypes
bValues
nValues
dValues
connectionNames
signal
connection
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalsToExcel ( string  path,
string[]  names,
NXOpen.Mechatronics.SignalBuilder.IOType[]  ioTypes,
NXOpen.Mechatronics.SignalBuilder.DataType[]  dataTypes,
bool[]  bValues,
int[]  nValues,
double[]  dValues,
string[]  addresses,
string[]  comments 
)
inline

Export specified MCD Signals to excel file (compatible with TIA portal format).

Created in NX12.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
names
ioTypes
dataTypes
bValues
nValues
dValues
addresses
comments
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalsToTxt ( string  path,
string[]  names,
NXOpen.Mechatronics.SignalBuilder.IOType[]  ioTypes,
NXOpen.Mechatronics.SignalBuilder.DataType[]  dataTypes,
bool[]  bValues,
int[]  nValues,
double[]  dValues,
string[]  addresses,
string[]  comments 
)
inline

Export specified MCD Signals to txt file (compatible with SIMIT format).

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
names
ioTypes
dataTypes
bValues
nValues
dValues
addresses
comments
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportSignalsToTxtV2 ( string  path,
string[]  names,
NXOpen.Mechatronics.SignalBuilder.IOType[]  ioTypes,
NXOpen.Mechatronics.SignalBuilder.ExternalSignalDataType[]  dataTypes,
bool[]  bValues,
int[]  nValues,
double[]  dValues,
string[]  addresses,
string[]  comments 
)
inline

Export specified MCD Signals to txt file version 2(compatible with SIMIT format).

Created in NX1847.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
names
ioTypes
dataTypes
bValues
nValues
dValues
addresses
comments
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportToCsv ( string  path,
bool  signal,
bool  connection 
)
inline

Export MCD Signals, OPC Signal Connections and(or) SHM Signal Connections to csv file

Created in NX9.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
signalIf true MCD Signals will be export to csv file.
connectionIf true Signal Connections will be export to csv file.
unsafe void NXOpen.Mechatronics.PhysicsManager.ExportToTxt ( string  path)
inline

Export MCD Signals to txt file

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
unsafe void NXOpen.Mechatronics.PhysicsManager.ImportPlmxmlInNative ( string  fileName,
bool  reportWind 
)
inline

Imports the PLMXML for Mechatronics in native.

Created in NX12.0.2

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
fileNamethe plmxml file name
reportWind
unsafe void NXOpen.Mechatronics.PhysicsManager.ImportPlmxmlInTeamcenter ( )
inline

Imports the PLMXML for Mechatronics in teamcenter.

Created in NX12.0.2

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe void NXOpen.Mechatronics.PhysicsManager.ImportSignalAdaptersFromXml ( string  path)
inline

Import Signal Adapters from xml file.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
unsafe void NXOpen.Mechatronics.PhysicsManager.ImportSignalAdaptersFromXmlV2 ( string  path,
bool  updateExisting 
)
inline

Import Signal Adapters from xml file with flag to indicate whether to update existing ones or not.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
updateExisting
unsafe void NXOpen.Mechatronics.PhysicsManager.ImportSignalMappingConnectionsFromXml ( string  path)
inline

Import Signal Mapping Connections from xml file.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
unsafe void NXOpen.Mechatronics.PhysicsManager.ImportSignalMappingConnectionsFromXmlV2 ( string  path,
bool  updateExisting 
)
inline

Import Signal Mapping Connections from xml file with flag to indicate whether to update existing ones or not.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
path
updateExisting
unsafe void NXOpen.Mechatronics.PhysicsManager.LogPhysicsToDelete ( NXOpen.NXObject  physicsObject)
inline

Log to delete

Created in NX8.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
physicsObject
unsafe NXOpen.DisplayableObject NXOpen.Mechatronics.PhysicsManager.QueryAdoption ( NXOpen.Positioning.Constraint  joint)
inline

Returns the adoption of the NXOpen.Positioning.Constraint .

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
joint
Returns
The adoption can be NXOpen.Mechatronics.PhysicsJoint or NXOpen.Mechatronics.PhysicsConstraint
unsafe void NXOpen.Mechatronics.PhysicsManager.RemapPhysicsReferences ( NXOpen.Assemblies.Component  replacedPartOcc)
inline

Remap the physics references in context

Created in NX8.5.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
replacedPartOccNXOpen.Assemblies.Component object.
unsafe void NXOpen.Mechatronics.PhysicsManager.SetName ( NXOpen.NXObject  physicsObject,
string  name 
)
inline

Physics to rename

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
physicsObject
namethe new name
unsafe void NXOpen.Mechatronics.PhysicsManager.SetObjectComment ( NXOpen.NXObject  physicsObject,
string  comment 
)
inline

Update physics comment attribute.

Created in NX1872.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
physicsObject
commentThe object comment
unsafe void NXOpen.Mechatronics.PhysicsManager.UpdateObjectOverridden ( NXOpen.NXObject  physicsObject)
inline

Update physics overridden status.

Created in NX1899.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
physicsObject

Property Documentation

NXOpen.Mechatronics.AccelerometerCollection NXOpen.Mechatronics.PhysicsManager.Accelerometers
get

Returns the NXOpen.Mechatronics.AccelerometerCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.AdapterFormulaCollection NXOpen.Mechatronics.PhysicsManager.AdapterFormulas
get

Returns the NXOpen.Mechatronics.AdapterFormulaCollection belonging to this part

Created in NX8.5.0

NXOpen.Mechatronics.AdapterSignalCollection NXOpen.Mechatronics.PhysicsManager.AdapterSignals
get

Returns the NXOpen.Mechatronics.AdapterSignalCollection belonging to this part

Created in NX8.5.0

NXOpen.Mechatronics.AlignBodyCollection NXOpen.Mechatronics.PhysicsManager.AlignBodies
get

Returns the NXOpen.Mechatronics.AlignBodyCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.AngularLimitJointCollection NXOpen.Mechatronics.PhysicsManager.AngularLimitJoints
get

Returns the NXOpen.Mechatronics.AngularLimitJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.AngularSpringJointCollection NXOpen.Mechatronics.PhysicsManager.AngularSpringJoints
get

Returns the NXOpen.Mechatronics.AngularSpringJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.BallJointCollection NXOpen.Mechatronics.PhysicsManager.BallJoints
get

Returns the NXOpen.Mechatronics.BallJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.BreakingConstraintCollection NXOpen.Mechatronics.PhysicsManager.BreakingConstraints
get

Returns the NXOpen.Mechatronics.BreakingConstraintCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.CamProfileCollection NXOpen.Mechatronics.PhysicsManager.CamProfiles
get

Returns the NXOpen.Mechatronics.CamProfileCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.CamCollection NXOpen.Mechatronics.PhysicsManager.Cams
get

Returns the NXOpen.Mechatronics.CamCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.ChangeMaterialCollection NXOpen.Mechatronics.PhysicsManager.ChangeMaterials
get

Returns the NXOpen.Mechatronics.ChangeMaterialCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.CollisionBodyCollection NXOpen.Mechatronics.PhysicsManager.CollisionBodies
get

Returns the NXOpen.Mechatronics.CollisionBodyCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.CollisionMaterialCollection NXOpen.Mechatronics.PhysicsManager.CollisionMaterials
get

Returns the NXOpen.Mechatronics.CollisionMaterialCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.CollisionSensorCollection NXOpen.Mechatronics.PhysicsManager.CollisionSensors
get

Returns the NXOpen.Mechatronics.CollisionSensorCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.CurveOnCurveJointCollection NXOpen.Mechatronics.PhysicsManager.CurveOnCurveJoints
get

Returns the NXOpen.Mechatronics.CurveOnCurveJointCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.CylindricalJointCollection NXOpen.Mechatronics.PhysicsManager.CylindricalJoints
get

Returns the NXOpen.Mechatronics.CylindricalJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.DisplayChangerCollection NXOpen.Mechatronics.PhysicsManager.DisplayChanger
get

Returns the NXOpen.Mechatronics.DisplayChangerCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.DistanceSensorCollection NXOpen.Mechatronics.PhysicsManager.DistanceSensors
get

Returns the NXOpen.Mechatronics.DistanceSensorCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.DynamicObjectTableCollection NXOpen.Mechatronics.PhysicsManager.DynamicObjectTables
get

Returns the NXOpen.Mechatronics.DynamicObjectTableCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.ExpressionBlockFormulaCollection NXOpen.Mechatronics.PhysicsManager.ExpressionBlockFormulas
get

Returns the NXOpen.Mechatronics.ExpressionBlockFormulaCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.ExpressionBlockCollection NXOpen.Mechatronics.PhysicsManager.ExpressionBlocks
get

Returns the NXOpen.Mechatronics.ExpressionBlockCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.ExternalConnectionCollection NXOpen.Mechatronics.PhysicsManager.ExternalConnections
get

Returns the NXOpen.Mechatronics.ExternalConnectionCollection belonging to this part

Created in NX8.0.0

NXOpen.Mechatronics.ExternalSignalConfigurationCollection NXOpen.Mechatronics.PhysicsManager.ExternalSignalConfigurations
get

Returns the NXOpen.Mechatronics.ExternalSignalConfigurationCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.FixedJointCollection NXOpen.Mechatronics.PhysicsManager.FixedJoints
get

Returns the NXOpen.Mechatronics.FixedJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.ForceTorqueControlCollection NXOpen.Mechatronics.PhysicsManager.ForceTorqueControls
get

Returns the NXOpen.Mechatronics.ForceTorqueControlCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.GearCollection NXOpen.Mechatronics.PhysicsManager.Gears
get

Returns the NXOpen.Mechatronics.GearCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.GenericSensorCollection NXOpen.Mechatronics.PhysicsManager.GenericSensors
get

Returns the NXOpen.Mechatronics.GenericSensorCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.GraphControlCollection NXOpen.Mechatronics.PhysicsManager.GraphControls
get

Returns the NXOpen.Mechatronics.GraphControlCollection belonging to this part

Created in NX8.0.0

NXOpen.Mechatronics.HingeJointCollection NXOpen.Mechatronics.PhysicsManager.HingeJoints
get

Returns the NXOpen.Mechatronics.HingeJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.HydraulicCylinderCollection NXOpen.Mechatronics.PhysicsManager.HydraulicCylinders
get

Returns the NXOpen.Mechatronics.HydraulicCylinderCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.HydraulicValveCollection NXOpen.Mechatronics.PhysicsManager.HydraulicValves
get

Returns the NXOpen.Mechatronics.PneumaticValveCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.InclinometerCollection NXOpen.Mechatronics.PhysicsManager.Inclinometers
get

Returns the NXOpen.Mechatronics.InclinometerCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.InverseKinematicsCollection NXOpen.Mechatronics.PhysicsManager.InverseKinematicsConfigurations
get

Returns the NXOpen.Mechatronics.InverseKinematicsCollection belonging to this part

Created in NX1872.0.0

NXOpen.Mechatronics.JointJoggerCollection NXOpen.Mechatronics.PhysicsManager.JointJoggers
get

Returns the NXOpen.Mechatronics.JointJoggerCollection belonging to this part

Created in NX1899.0.0

NXOpen.Mechatronics.LimitSwitchCollection NXOpen.Mechatronics.PhysicsManager.LimitSwitchs
get

Returns the NXOpen.Mechatronics.LimitSwitchCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.LinearLimitJointCollection NXOpen.Mechatronics.PhysicsManager.LinearLimitJoints
get

Returns the NXOpen.Mechatronics.LinearLimitJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.LinearSpringJointCollection NXOpen.Mechatronics.PhysicsManager.LinearSpringJoints
get

Returns the NXOpen.Mechatronics.LinearSpringJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.MATLABSignalConnectionCollection NXOpen.Mechatronics.PhysicsManager.MATLABSignalConnections
get

Returns the NXOpen.Mechatronics.MATLABSignalConnectionCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.MCDSignalServerConfigurationCollection NXOpen.Mechatronics.PhysicsManager.MCDSignalServerConfigurations
get

Returns the NXOpen.Mechatronics.MCDSignalServerConfigurationCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.MotionProfileCollection NXOpen.Mechatronics.PhysicsManager.MotionProfiles
get

Returns the NXOpen.Mechatronics.MotionProfileCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.ObjectSinkCollection NXOpen.Mechatronics.PhysicsManager.ObjectSinks
get

Returns the NXOpen.Mechatronics.ObjectSinkCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.ObjectSourceCollection NXOpen.Mechatronics.PhysicsManager.ObjectSources
get

Returns the NXOpen.Mechatronics.ObjectSourceCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.ObjectTransformerCollection NXOpen.Mechatronics.PhysicsManager.ObjectTransformer
get

Returns the NXOpen.Mechatronics.ObjectTransformerCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.ObserverCollection NXOpen.Mechatronics.PhysicsManager.Observers
get

Returns the NXOpen.Mechatronics.ObserverCollection belonging to this part

Created in NX1847.0.0

NXOpen.Mechatronics.PathConstraintJointCollection NXOpen.Mechatronics.PhysicsManager.PathConstraintJoints
get

Returns the NXOpen.Mechatronics.PathConstraintJointCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.PhysicsPreferenceCollection NXOpen.Mechatronics.PhysicsManager.PhysicsPreference
get

Returns the NXOpen.Mechatronics.PhysicsPreferenceCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.PlanarJointCollection NXOpen.Mechatronics.PhysicsManager.PlanarJoints
get

Returns the NXOpen.Mechatronics.PlanarJointCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.PMNavFolderLocatorCollection NXOpen.Mechatronics.PhysicsManager.PMNavFolderLocator
get

Returns the NXOpen.Mechatronics.PMNavFolderLocatorCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.PMNavFolderObjectCollection NXOpen.Mechatronics.PhysicsManager.PMNavFolderObject
get

Returns the NXOpen.Mechatronics.PMNavFolderObjectCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.PneumaticCylinderCollection NXOpen.Mechatronics.PhysicsManager.PneumaticCylinders
get

Returns the NXOpen.Mechatronics.PneumaticCylinderCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.PneumaticValveCollection NXOpen.Mechatronics.PhysicsManager.PneumaticValves
get

Returns the NXOpen.Mechatronics.PneumaticValveCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.PointOnCurveJointCollection NXOpen.Mechatronics.PhysicsManager.PointOnCurveJoints
get

Returns the NXOpen.Mechatronics.PointOnCurveJointCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.PositionControlCollection NXOpen.Mechatronics.PhysicsManager.PositionControls
get

Returns the NXOpen.Mechatronics.PositionControlCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.PositionSensorCollection NXOpen.Mechatronics.PhysicsManager.PositionSensors
get

Returns the NXOpen.Mechatronics.PositionSensorCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.PreventCollisionCollection NXOpen.Mechatronics.PhysicsManager.PreventCollisions
get

Returns the NXOpen.Mechatronics.PreventCollisionCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.PulleyBeltCollection NXOpen.Mechatronics.PhysicsManager.PulleyBelts
get

Returns the NXOpen.Mechatronics.PulleyBeltCollection belonging to this part

Created in NX1899.0.0

NXOpen.Mechatronics.RackPinionCollection NXOpen.Mechatronics.PhysicsManager.RackPinions
get

Returns the NXOpen.Mechatronics.RackPinionCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.ReadWriteDeviceCollection NXOpen.Mechatronics.PhysicsManager.ReadWriteDevices
get

Returns the NXOpen.Mechatronics.ReadWriteDeviceCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.RelayCollection NXOpen.Mechatronics.PhysicsManager.Relays
get

Returns the NXOpen.Mechatronics.RelayCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.RigidBodyCollection NXOpen.Mechatronics.PhysicsManager.RigidBodies
get

Returns the NXOpen.Mechatronics.RigidBodyCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.RuntimeBehaviorCollection NXOpen.Mechatronics.PhysicsManager.RuntimeBehaviors
get

Returns the NXOpen.Mechatronics.RuntimeBehaviorCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.RuntimeFormulaCollection NXOpen.Mechatronics.PhysicsManager.RuntimeFormulas
get

Returns the NXOpen.Mechatronics.RuntimeFormulaCollection belonging to this part

Created in NX8.5.0

NXOpen.Mechatronics.RuntimeNCCollection NXOpen.Mechatronics.PhysicsManager.RuntimeNCs
get

Returns the NXOpen.Mechatronics.RuntimeNCCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.ScrewJointCollection NXOpen.Mechatronics.PhysicsManager.ScrewJoints
get

Returns the NXOpen.Mechatronics.ScrewJointCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.SHMSignalConnectionCollection NXOpen.Mechatronics.PhysicsManager.SHMSignalConnections
get

Returns the NXOpen.Mechatronics.SHMSignalConnectionCollection belonging to this part

Created in NX9.0.0

NXOpen.Mechatronics.SignalAdapterCollection NXOpen.Mechatronics.PhysicsManager.SignalAdapters
get

Returns the NXOpen.Mechatronics.SignalAdapterCollection belonging to this part

Created in NX8.5.0

NXOpen.Mechatronics.SignalConnectionCollection NXOpen.Mechatronics.PhysicsManager.SignalConnections
get

Returns the NXOpen.Mechatronics.SignalConnectionCollection belonging to this part

Created in NX8.5.0

NXOpen.Mechatronics.SignalMappingConnectionCollection NXOpen.Mechatronics.PhysicsManager.SignalMappingConnections
get

Returns the NXOpen.Mechatronics.SignalMappingConnectionCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.SignalCollection NXOpen.Mechatronics.PhysicsManager.Signals
get

Returns the NXOpen.Mechatronics.SignalCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.SlidingJointCollection NXOpen.Mechatronics.PhysicsManager.SlidingJoints
get

Returns the NXOpen.Mechatronics.SlidingJointCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.SpeedControlCollection NXOpen.Mechatronics.PhysicsManager.SpeedControls
get

Returns the NXOpen.Mechatronics.SpeedControlCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.SpringDamperCollection NXOpen.Mechatronics.PhysicsManager.SpringDampers
get

Returns the NXOpen.Mechatronics.SpringDamperCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.SymbolTableCollection NXOpen.Mechatronics.PhysicsManager.SymbolTables
get

Returns the NXOpen.Mechatronics.SymbolTableCollection belonging to this part

Created in NX11.0.0

Tag NXOpen.Mechatronics.PhysicsManager.Tag
get

Returns the tag of this object.

NXOpen.Mechatronics.TagFormCollection NXOpen.Mechatronics.PhysicsManager.TagForms
get

Returns the NXOpen.Mechatronics.TagFormCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.TagTableCollection NXOpen.Mechatronics.PhysicsManager.TagTables
get

Returns the NXOpen.Mechatronics.TagTableCollection belonging to this part

Created in NX10.0.0

NXOpen.Mechatronics.ThreeJointCouplerCollection NXOpen.Mechatronics.PhysicsManager.ThreeJointCouplers
get

Returns the NXOpen.Mechatronics.ThreeJointCouplerCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.TracerCollection NXOpen.Mechatronics.PhysicsManager.Tracers
get

Returns the NXOpen.Mechatronics.TracerCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.TransmitterEntryCollection NXOpen.Mechatronics.PhysicsManager.TransmitterEntry
get

Returns the NXOpen.Mechatronics.TransmitterEntryCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.TransmitterExitCollection NXOpen.Mechatronics.PhysicsManager.TransmitterExit
get

Returns the NXOpen.Mechatronics.TransmitterExitCollection belonging to this part

Created in NX12.0.0

NXOpen.Mechatronics.TransportSurfaceCollection NXOpen.Mechatronics.PhysicsManager.TransportSurfaces
get

Returns the NXOpen.Mechatronics.TransportSurfaceCollection belonging to this part

Created in NX7.5.1

NXOpen.Mechatronics.VelocitySensorCollection NXOpen.Mechatronics.PhysicsManager.VelocitySensors
get

Returns the NXOpen.Mechatronics.VelocitySensorCollection belonging to this part

Created in NX11.0.0

NXOpen.Mechatronics.VirtualAxisCollection NXOpen.Mechatronics.PhysicsManager.VirtualAxis
get

Returns the NXOpen.Mechatronics.VirtualAxisCollection belonging to this part

Created in NX10.0.0


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