NX Open C++ Reference Guide
|
Represents interface class for a datum target
Created in NX4.0.0.
More...
Public Member Functions | |
virtual NXString | DatumLabel ()=0 |
Returns the datum target label. | |
virtual void | SetDatumLabel (const NXString &datumLabel)=0 |
Sets the datum target label. | |
void | SetDatumLabel (const char *datumLabel) |
Sets the datum target label. | |
virtual void | SetTargetIndex (int index)=0 |
Sets the datum target index. | |
virtual int | TargetIndex ()=0 |
Returns the datum target index. | |
![]() | |
virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier)=0 |
Finds the NXObject with the given identifier as recorded in a journal. | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
virtual bool | IsOccurrence ()=0 |
Returns whether this object is an occurrence or not. | |
virtual NXString | JournalIdentifier ()=0 |
Returns the identifier that would be recorded in a journal for this object. | |
virtual NXString | Name ()=0 |
Returns the custom name of the object. | |
virtual NXOpen::Assemblies::Component * | OwningComponent ()=0 |
Returns the owning component, if this object is an occurrence. | |
virtual NXOpen::BasePart * | OwningPart ()=0 |
Returns the owning part of this object Created in NX3.0.0. | |
virtual void | Print ()=0 |
Prints a representation of this object to the system log file. | |
virtual NXOpen::INXObject * | Prototype ()=0 |
Returns the prototype of this object if it is an occurrence. | |
virtual void | SetName (const NXString &name)=0 |
Sets the custom name of the object. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
Represents interface class for a datum target
Created in NX4.0.0.
|
pure virtual |
Returns the datum target label.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : None
Implemented in NXOpen::Annotations::BaseDatumTarget.
|
pure virtual |
Sets the datum target label.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
datumLabel | New datum label |
Implemented in NXOpen::Annotations::BaseDatumTarget.
void NXOpen::Annotations::IDatumTarget::SetDatumLabel | ( | const char * | datumLabel | ) |
Sets the datum target label.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
datumLabel | New datum label |
|
pure virtual |
Sets the datum target index.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
index | New datum target index |
Implemented in NXOpen::Annotations::BaseDatumTarget.
|
pure virtual |
Returns the datum target index.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : None
Implemented in NXOpen::Annotations::BaseDatumTarget.