MotionManager Class

class NXOpen.Motion.MotionManager

Bases: object

A manager to deal with all motion objects

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

New in version NX5.0.0.

Joints”, ” Returns the <ja_class>NXOpen.Motion.JointCollection </ja_class> belonging to this part ” “Links”, ” Returns the <ja_class>NXOpen.Motion.LinkCollection </ja_class> belonging to this part ” “JointDrivers”, ” Returns the <ja_class>NXOpen.Motion.JointDriverCollection</ja_class> belonging to this part ” “ScalarForces”, ” Returns the <ja_class>NXOpen.Motion.ScalarForceCollection </ja_class> belonging to this part ” “ScalarTorques”, ” Returns the <ja_class>NXOpen.Motion.ScalarTorqueCollection </ja_class> belonging to this part ” “Graphs”, ” Returns the <ja_class>NXOpen.Motion.GraphManager</ja_class> for this part” “SignalCharts”, ” Returns the <ja_class> Motion.SignalChartCollection </ja_class> belonging to this part ” “PMDCMotors”, ” Returns the <ja_class> Motion.PMDCMotorCollection </ja_class> belonging to this part ” “MotionSolutions”, ” Returns the <ja_class>NXOpen.Motion.MotionSolutionCollection</ja_class> belonging to this part ” “BodyContacts”, ” Returns the <ja_class>NXOpen.Motion.BodyContactCollection</ja_class> belonging to this part ” “CurveContacts”, ” Returns the <ja_class>NXOpen.Motion.CurveContactCollection</ja_class> belonging to this part ” “PointOnSurfaces”, ” Returns the <ja_class>NXOpen.Motion.PointOnSurfaceCollection</ja_class> belonging to this part ” “PointOnCurves”, ” Returns the <ja_class>NXOpen.Motion.PointOnCurveCollection</ja_class> belonging to this part ” “CurveOnCurves”, ” Returns the <ja_class>NXOpen.Motion.CurveOnCurveCollection</ja_class> belonging to this part ” “VectorForces”, ” Returns the <ja_class>NXOpen.Motion.VectorForceCollection</ja_class> belonging to this part ” “VectorTorques”, ” Returns the <ja_class>NXOpen.Motion.VectorTorqueCollection</ja_class> belonging to this part ” “Couplers”, ” Returns the <ja_class>NXOpen.Motion.CouplerCollection</ja_class> belonging to this part ” “MotionSensors”, ” Returns the <ja_class>NXOpen.Motion.MotionSensorCollection</ja_class> belonging to this part ” “PlantOutputs”, ” Returns the <ja_class>NXOpen.Motion.PlantOutputCollection</ja_class> belonging to this part ” “PlantInputs”, ” Returns the <ja_class>NXOpen.Motion.PlantInputCollection</ja_class> belonging to this part ” “Springs”, ” Returns the <ja_class>NXOpen.Motion.SpringCollection </ja_class> belonging to this part ” “Dampers”, ” Returns the <ja_class>NXOpen.Motion.DamperCollection </ja_class> belonging to this part ” “Bushings”, ” Returns the <ja_class>NXOpen.Motion.BushingCollection </ja_class> belonging to this part ” “FlexBodies”, ” Returns the <ja_class>NXOpen.Motion.FlexBodyCollection </ja_class> belonging to this part ” “GeneralCouplers”, ” Returns the <ja_class>NXOpen.Motion.GeneralCouplerCollection </ja_class> belonging to this part ” “LoadTransfers”, ” Returns the <ja_class>NXOpen.Motion.LoadTransferCollection </ja_class> belonging to this part ” “AdoptionPairs”, ” Returns the <ja_class>NXOpen.Motion.AdoptionManager </ja_class>belonging to this part ” “ResultMeasures”, ” Returns the <ja_class>NXOpen.Motion.ResultMeasureCollection </ja_class> belonging to this part ” “Roads”, ” Returns the <ja_class>NXOpen.Motion.RoadCollection</ja_class> for this part” “ControlInputs”, ” Returns the <ja_class>NXOpen.Motion.ControlInputCollection </ja_class> belonging to this part ” “Tires”, ” Returns the <ja_class>NXOpen.Motion.TireCollection </ja_class> belonging to this part ” “TirePropertiesFt”, ” Returns the <ja_class>NXOpen.Motion.TirePropertyFtCollection </ja_class> belonging to this part ” “TirePropertiesTno”, ” Returns the <ja_class>NXOpen.Motion.TirePropertyTnoCollection </ja_class> belonging to this part ” “TirePropertiesCd”, ” Returns the <ja_class>NXOpen.Motion.TirePropertyCdCollection </ja_class> belonging to this part ” “ControlOutputs”, ” Returns the <ja_class>NXOpen.Motion.ControlOutputCollection </ja_class> belonging to this part ” “Mechatronics”, ” Returns the <ja_class>NXOpen.Motion.MechatronicsCollection </ja_class>belonging to this part ” “LinkDrivers”, ” Returns the <ja_class>NXOpen.Motion.LinkDriverCollection</ja_class> belonging to this part ” “TirePropertiesBasic”, ” Returns the <ja_class>NXOpen.Motion.TirePropertyBasicCollection </ja_class> belonging to this part ” “TirePropertiesMotorcycle”, ” Returns the <ja_class>NXOpen.Motion.TirePropertyMotorcycleCollection </ja_class> belonging to this part ” “TirePropertiesNonInertial”, ” Returns the <ja_class>NXOpen.Motion.TirePropertyNonInertialCollection </ja_class> belonging to this part “

Joints

MotionManager.Joints

Returns the Motion.JointCollection belonging to this part

Signature Joints()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.JointCollection

JointDrivers

MotionManager.JointDrivers

Returns the Motion.JointDriverCollection belonging to this part

Signature JointDrivers()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.JointDriverCollection

ScalarForces

MotionManager.ScalarForces

Returns the Motion.ScalarForceCollection belonging to this part

Signature ScalarForces()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.ScalarForceCollection

ScalarTorques

MotionManager.ScalarTorques

Returns the Motion.ScalarTorqueCollection belonging to this part

Signature ScalarTorques()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.ScalarTorqueCollection

Graphs

MotionManager.Graphs

Returns the Motion.GraphManager for this part

Signature Graphs()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.GraphManager

SignalCharts

MotionManager.SignalCharts

Returns the Motion.SignalChartCollection belonging to this part

Signature SignalCharts()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.SignalChartCollection

PMDCMotors

MotionManager.PMDCMotors

Returns the Motion.PMDCMotorCollection belonging to this part

Signature PMDCMotors()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.PMDCMotorCollection

MotionSolutions

MotionManager.MotionSolutions

Returns the Motion.MotionSolutionCollection belonging to this part

Signature MotionSolutions()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.MotionSolutionCollection

BodyContacts

MotionManager.BodyContacts

Returns the Motion.BodyContactCollection belonging to this part

Signature BodyContacts()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.BodyContactCollection

CurveContacts

MotionManager.CurveContacts

Returns the Motion.CurveContactCollection belonging to this part

Signature CurveContacts()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.CurveContactCollection

PointOnSurfaces

MotionManager.PointOnSurfaces

Returns the Motion.PointOnSurfaceCollection belonging to this part

Signature PointOnSurfaces()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.PointOnSurfaceCollection

PointOnCurves

MotionManager.PointOnCurves

Returns the Motion.PointOnCurveCollection belonging to this part

Signature PointOnCurves()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.PointOnCurveCollection

CurveOnCurves

MotionManager.CurveOnCurves

Returns the Motion.CurveOnCurveCollection belonging to this part

Signature CurveOnCurves()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.CurveOnCurveCollection

VectorForces

MotionManager.VectorForces

Returns the Motion.VectorForceCollection belonging to this part

Signature VectorForces()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.VectorForceCollection

VectorTorques

MotionManager.VectorTorques

Returns the Motion.VectorTorqueCollection belonging to this part

Signature VectorTorques()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.VectorTorqueCollection

Couplers

MotionManager.Couplers

Returns the Motion.CouplerCollection belonging to this part

Signature Couplers()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.CouplerCollection

MotionSensors

MotionManager.MotionSensors

Returns the Motion.MotionSensorCollection belonging to this part

Signature MotionSensors()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.MotionSensorCollection

PlantOutputs

MotionManager.PlantOutputs

Returns the Motion.PlantOutputCollection belonging to this part

Signature PlantOutputs()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.PlantOutputCollection

PlantInputs

MotionManager.PlantInputs

Returns the Motion.PlantInputCollection belonging to this part

Signature PlantInputs()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.PlantInputCollection

Springs

MotionManager.Springs

Returns the Motion.SpringCollection belonging to this part

Signature Springs()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.SpringCollection

Dampers

MotionManager.Dampers

Returns the Motion.DamperCollection belonging to this part

Signature Dampers()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.DamperCollection

Bushings

MotionManager.Bushings

Returns the Motion.BushingCollection belonging to this part

Signature Bushings()

New in version NX3.0.0.

Returns:
Return type:NXOpen.Motion.BushingCollection

FlexBodies

MotionManager.FlexBodies

Returns the Motion.FlexBodyCollection belonging to this part

Signature FlexBodies()

New in version NX7.5.0.

Returns:
Return type:NXOpen.Motion.FlexBodyCollection

GeneralCouplers

MotionManager.GeneralCouplers

Returns the Motion.GeneralCouplerCollection belonging to this part

Signature GeneralCouplers()

New in version NX7.5.0.

Returns:
Return type:NXOpen.Motion.GeneralCouplerCollection

LoadTransfers

MotionManager.LoadTransfers

Returns the Motion.LoadTransferCollection belonging to this part

Signature LoadTransfers()

New in version NX9.0.0.

Returns:
Return type:NXOpen.Motion.LoadTransferCollection

AdoptionPairs

MotionManager.AdoptionPairs

Returns the :py:class:`NXOpen.Motion.AdoptionManager`belonging to this part

Signature AdoptionPairs()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.AdoptionPairCollection

ResultMeasures

MotionManager.ResultMeasures

Returns the Motion.ResultMeasureCollection belonging to this part

Signature ResultMeasures()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.ResultMeasureCollection

Roads

MotionManager.Roads

Returns the Motion.RoadCollection for this part

Signature Roads()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.RoadCollection

ControlInputs

MotionManager.ControlInputs

Returns the Motion.ControlInputCollection belonging to this part

Signature ControlInputs()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.ControlInputCollection

Tires

MotionManager.Tires

Returns the Motion.TireCollection belonging to this part

Signature Tires()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TireCollection

TirePropertiesFt

MotionManager.TirePropertiesFt

Returns the Motion.TirePropertyFtCollection belonging to this part

Signature TirePropertiesFt()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TirePropertyFtCollection

TirePropertiesTno

MotionManager.TirePropertiesTno

Returns the Motion.TirePropertyTnoCollection belonging to this part

Signature TirePropertiesTno()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TirePropertyTnoCollection

TirePropertiesCd

MotionManager.TirePropertiesCd

Returns the Motion.TirePropertyCdCollection belonging to this part

Signature TirePropertiesCd()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TirePropertyCdCollection

ControlOutputs

MotionManager.ControlOutputs

Returns the Motion.ControlOutputCollection belonging to this part

Signature ControlOutputs()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.ControlOutputCollection

Mechatronics

MotionManager.Mechatronics

Returns the :py:class:`Motion.MechatronicsCollection`belonging to this part

Signature Mechatronics()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.MechatronicsCollection

LinkDrivers

MotionManager.LinkDrivers

Returns the Motion.LinkDriverCollection belonging to this part

Signature LinkDrivers()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.LinkDriverCollection

TirePropertiesBasic

MotionManager.TirePropertiesBasic

Returns the Motion.TirePropertyBasicCollection belonging to this part

Signature TirePropertiesBasic()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TirePropertyBasicCollection

TirePropertiesMotorcycle

MotionManager.TirePropertiesMotorcycle

Returns the Motion.TirePropertyMotorcycleCollection belonging to this part

Signature TirePropertiesMotorcycle()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TirePropertyMotorcycleCollection

TirePropertiesNonInertial

MotionManager.TirePropertiesNonInertial

Returns the Motion.TirePropertyNonInertialCollection belonging to this part

Signature TirePropertiesNonInertial()

New in version NX11.0.0.

Returns:
Return type:NXOpen.Motion.TirePropertyNonInertialCollection