ComponentDefinitionCollection Class

class NXOpen.Layout2d.ComponentDefinitionCollection

Bases: object

Represents a collection of NXOpen.Layout2d.ComponentDefinition objects.

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

New in version NX10.0.0.

Methods

Method Description
FindObject Finds the NXOpen.Layout2d.ComponentDefinition with the given name.

Method Detail

FindObject

ComponentDefinitionCollection.FindObject

Finds the NXOpen.Layout2d.ComponentDefinition with the given name.

An exception will be thrown if no object can be found with the given name.

Signature FindObject(name)

Parameters:name (str) –
Returns:
Return type:NXOpen.Layout2d.ComponentDefinition

New in version NX10.0.0.

License requirements: nx_layout (“NX Layout”)