BasePartHistoryEventInformation_Struct Struct

NXOpen.BasePart.HistoryEventInformation is an alias for NXOpen.BasePartHistoryEventInformation_Struct

class NXOpen.BasePartHistoryEventInformation_Struct

Bases: object

Contains part history event information

Fields

Field Description
Program program name
User user id
Machine type of machine.
Time time of last change
Version version number

Program

BasePartHistoryEventInformation_Struct.Program

program name -------------------------------------

Getter Method Signature Program()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature Program(value)

Parameters:value (str) –

User

BasePartHistoryEventInformation_Struct.User

user id -------------------------------------

Getter Method Signature User()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature User(value)

Parameters:value (str) –

Machine

BasePartHistoryEventInformation_Struct.Machine

type of machine.

eg. NT Intel -------------------------------------

Getter Method Signature Machine()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature Machine(value)

Parameters:value (str) –

Time

BasePartHistoryEventInformation_Struct.Time

time of last change -------------------------------------

Getter Method Signature Time()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature Time(value)

Parameters:value (str) –

Version

BasePartHistoryEventInformation_Struct.Version

version number -------------------------------------

Getter Method Signature Version()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature Version(value)

Parameters:value (int) –