OMAttribute Class

class NXOpen.OMAttribute

Bases: NXOpen.TaggedObject, NXOpen.IOMName

Represents a OMAttribute.

This is for internal testing only.

This class is for internal testing only.

New in version NX3.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
CompareWith Compare with
GetInfo Returns the info
GetObjectName Returns the object name

Enumerations

OMAttributeType Enumeration For internal testing

Structs

OMAttributeInfo_Struct Struct For internal testing

Method Detail

CompareWith

OMAttribute.CompareWith

Compare with

Signature CompareWith(other)

Parameters:other (NXOpen.IOMName) –
Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

GetInfo

OMAttribute.GetInfo

Returns the info

Signature GetInfo()

Returns:
Return type:NXOpen.OMAttributeInfo_Struct

New in version NX3.0.0.

License requirements: None.

GetObjectName

OMAttribute.GetObjectName

Returns the object name

Signature GetObjectName()

Returns:
Return type:str

New in version NX3.0.0.

License requirements: None.