OMSchema Class

class NXOpen.OMSchema

Bases: NXOpen.TaggedObject, NXOpen.IOMName

Represents a OMSchema.

This 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
GetClasses Returns the class in the schema
GetObjectName Returns the object name

Method Detail

CompareWith

OMSchema.CompareWith

Compare with

Signature CompareWith(other)

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

New in version NX3.0.0.

License requirements: None.

GetClasses

OMSchema.GetClasses

Returns the class in the schema

Signature GetClasses()

Returns:
Return type:list of NXOpen.OMClass

New in version NX3.0.0.

License requirements: None.

GetObjectName

OMSchema.GetObjectName

Returns the object name

Signature GetObjectName()

Returns:
Return type:str

New in version NX3.0.0.

License requirements: None.