| Blank |
Blanks the object. |
| CreateAttributeIterator |
Create an attribute iterator |
| DeleteAllAttributesByType |
Deletes all attributes of a specific type. |
| DeleteAttributeByTypeAndTitle |
Deletes an attribute by type and title. |
| DeleteUserAttribute |
Deletes the first attribute encountered with the given Type, Title. |
| DeleteUserAttributes |
Deletes the attributes on the object, if any, that satisfy the given iterator |
| FindObject |
Finds the NXOpen.NXObject with the given identifier as recorded in a journal. |
| GetAttributeTitlesByType |
Gets all the attribute titles of a specific type. |
| GetBooleanUserAttribute |
Gets a boolean attribute by Title and array Index. |
| GetComputationalTimeUserAttribute |
Gets a time attribute by Title and array Index. |
| GetInProcessFeatures |
Get the In-Process Features |
| GetIntegerAttribute |
Gets an integer attribute by title. |
| GetIntegerUserAttribute |
Gets an integer attribute by Title and array Index. |
| GetNextUserAttribute |
Gets the next attribute encountered on the object, if any, that satisfies the given iterator. |
| GetPartFeature |
Get the Part Feature |
| GetPdmReferenceAttributeValue |
Gets the value of PDM Reference attribute for given object. |
| GetRealAttribute |
Gets a real attribute by title. |
| GetRealUserAttribute |
Gets a real attribute by Title and array Index. |
| GetReferenceAttribute |
Gets the reference string (not the calculated value) of a string attribute that uses a reference string. |
| GetStringAttribute |
Gets a string attribute value by title. |
| GetStringUserAttribute |
Gets a string attribute by Title and array Index. |
| GetTimeAttribute |
Gets a time attribute by title. |
| GetTimeUserAttribute |
Gets a time attribute by Title and array Index. |
| GetUserAttribute |
Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. |
| GetUserAttributeAsString |
Gets the first attribute encountered on the object, if any, with a given title, type and array index. |
| GetUserAttributeCount |
Gets the count of set attributes on the object, if any, that satisfy the given iterator. |
| GetUserAttributeLock |
Determine the lock of the given attribute. |
| GetUserAttributeSize |
Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. |
| GetUserAttributeSourceObjects |
Returns an array of objects from which this object presents attributes. |
| GetUserAttributes |
Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. |
| GetUserAttributesAsStrings |
Gets all the attributes that have been set on the given object. |
| GetWorkpiece |
Get the Workpiece |
| HasUserAttribute |
Determines if an attribute exists on the object, that satisfies the given iterator |
| Highlight |
Highlights the object. |
| Print |
Prints a representation of this object to the system log file. |
| RedisplayObject |
Redisplays the object in all views. |
| RemoveViewDependency |
Remove dependency on all views from an object. |
| SetAttribute |
Creates or modifies an integer attribute. |
| SetBooleanUserAttribute |
Creates or modifies a boolean attribute with the option to update or not. |
| SetName |
Sets the custom name of the object. |
| SetNameLocation |
Sets the location of the object’s name. |
| SetPdmReferenceAttribute |
Sets the value of PDM Reference attribute on the object. |
| SetReferenceAttribute |
Creates or modifies a string attribute which uses a reference string. |
| SetTimeAttribute |
Creates or modifies a time attribute. |
| SetTimeUserAttribute |
Creates or modifies a time attribute with the option to update or not. |
| SetUserAttribute |
Creates or modifies an attribute with the option to update or not. |
| SetUserAttributeLock |
Lock or unlock the given attribute. |
| Unblank |
Unblanks the object. |
| Unhighlight |
Unhighlights the object. |