DraftingDatumTargetCollection Class

class NXOpen.Annotations.DraftingDatumTargetCollection

Bases: object

Represents a collection of NXOpen.Annotations.DraftingDatumTarget objects

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

New in version NX8.0.1.

Methods

Method Description
FindObject Finds the drafting datum target with the given name.

Method Detail

FindObject

DraftingDatumTargetCollection.FindObject

Finds the drafting datum target 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 target to be found
Returns:Target with this identifier
Return type:NXOpen.Annotations.DraftingDatumTarget

New in version NX8.0.1.

License requirements: None.