JamSession Class

class NXOpen.JamSession

Bases: NXOpen.TaggedObject

Represents a Jam session

No creator defined as this is an internal class

New in version NX3.0.2.

Properties

Property Description
Tag Returns the Tag for this object.
Colors used to manage the standard NX colors

Methods

Method Description
GetAllocationStatistics Get the allocation statistics
GetOMSchema Returns a schema
GetOMSchemas Returns the schemas
NewJamTest Create new JamTest

Structs

JamSessionAllocationStatistics_Struct Struct Allocation statistics

Colors

JamSession.Colors

used to manage the standard NX colors

Signature Colors

New in version NX3.0.0.

Returns:
Return type:NXOpen.JamNXColorManager

Method Detail

GetAllocationStatistics

JamSession.GetAllocationStatistics

Get the allocation statistics

Signature GetAllocationStatistics()

Returns:
Return type:NXOpen.JamSessionAllocationStatistics_Struct

New in version NX4.0.0.

License requirements: None.

GetOMSchema

JamSession.GetOMSchema

Returns a schema

Signature GetOMSchema(name)

Parameters:name (str) –
Returns:
Return type:NXOpen.OMSchema

New in version NX4.0.0.

License requirements: None.

GetOMSchemas

JamSession.GetOMSchemas

Returns the schemas

Signature GetOMSchemas()

Returns:
Return type:list of NXOpen.OMSchema

New in version NX4.0.0.

License requirements: None.

NewJamTest

JamSession.NewJamTest

Create new JamTest

Signature NewJamTest()

Returns:
Return type:NXOpen.JamTest

New in version NX4.0.0.

License requirements: None.