OMSchema Class¶
-
class
NXOpen.OMSchema¶ Bases:
NXOpen.TaggedObject,NXOpen.IOMNameRepresents a OMSchema.
This is for internal testing only.
New in version NX3.0.0.
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.OMClassNew in version NX3.0.0.
License requirements: None.