SetObject Struct

class NXOpen.CAE.SetObject

Bases: object

Structure used to pass objects into SetManager and CAESet

Fields

Field Description
Obj the object
SubType object sub_component type
SubId object sub_component identifier

Obj

SetObject.Obj

the object -------------------------------------

Getter Method Signature Obj()

Returns:
Return type:NXOpen.TaggedObject

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

Setter Method

Signature Obj(value)

Parameters:value (NXOpen.TaggedObject) –

SubType

SetObject.SubType

object sub_component type -------------------------------------

Getter Method Signature SubType()

Returns:
Return type:NXOpen.CAE.CaeSetObjectSubType

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

Setter Method

Signature SubType(value)

Parameters:value (NXOpen.CAE.CaeSetObjectSubType) –

SubId

SetObject.SubId

object sub_component identifier -------------------------------------

Getter Method Signature SubId()

Returns:
Return type:int

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

Setter Method

Signature SubId(value)

Parameters:value (int) –