DraftingImageCollection Class

class NXOpen.Annotations.DraftingImageCollection

Bases: object

Represents a collection of NXOpen.Annotations.DraftingImage objects

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

New in version NX9.0.0.

Methods

Method Description
FindObject Finds the drafting image with the given name.

Method Detail

FindObject

DraftingImageCollection.FindObject

Finds the drafting image with the given name.

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

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier of the drafting image to be found
Returns:drafting image with this identifier
Return type:NXOpen.Annotations.DraftingImage

New in version NX9.0.0.

License requirements: None.