LogicObjectCollection Class

class NXOpen.Mechatronics.LogicObjectCollection

Bases: object

Represents a NXOpen.Mechatronics.LogicObjectCollection

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

New in version NX8.5.0.

Methods

Method Description
CreateLogicObjectBuilder Create builder for LogicObject class
FindObject Finds the NXOpen.Mechatronics.LogicObject object with the given name.

Method Detail

CreateLogicObjectBuilder

LogicObjectCollection.CreateLogicObjectBuilder

Create builder for LogicObject class

Signature CreateLogicObjectBuilder(object)

Parameters:object (NXOpen.Mechatronics.LogicObject) – NXOpen.Mechatronics.LogicObject to be edited, if None then create a new one
Returns:NXOpen.Mechatronics.LogicObjectBuilder object
Return type:NXOpen.Mechatronics.LogicObjectBuilder

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

LogicObjectCollection.FindObject

Finds the NXOpen.Mechatronics.LogicObject object with the given name.

Signature FindObject(name)

Parameters:name (str) – Name of the Logic object, actually it shall be handle.
Returns:NXOpen.Mechatronics.LogicObject object with this name.
Return type:NXOpen.Mechatronics.LogicObject

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)