LogicObjectCollection Class¶
-
class
NXOpen.Mechatronics.LogicObjectCollection¶ Bases:
objectRepresents a
NXOpen.Mechatronics.LogicObjectCollectionTo obtain an instance of this class, refer to
NXOpen.Mechatronics.MechatronicsManagerNew 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.LogicObjectto be edited, if None then create a new oneReturns: NXOpen.Mechatronics.LogicObjectBuilderobjectReturn type: NXOpen.Mechatronics.LogicObjectBuilderNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
LogicObjectCollection.FindObject¶ Finds the
NXOpen.Mechatronics.LogicObjectobject with the given name.Signature
FindObject(name)Parameters: name (str) – Name of the Logic object, actually it shall be handle. Returns: NXOpen.Mechatronics.LogicObjectobject with this name.Return type: NXOpen.Mechatronics.LogicObjectNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)