TestValueTypesElementReference_Struct Struct

NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference is an alias for NXOpen.CAE.ModelCheck.TestValueTypesElementReference_Struct

class NXOpen.CAE.ModelCheck.TestValueTypesElementReference_Struct

Bases: object

represents an element reference definition associated with this test

Fields

Field Description
ElementTypeName the element type name, which is defined in solver specific item
ElementPropertyName a specified integer element property name
ElementPropertyValue the control value of integer element property, only valid when property name is not NULL

ElementTypeName

TestValueTypesElementReference_Struct.ElementTypeName

the element type name, which is defined in solver specific item -------------------------------------

Getter Method Signature ElementTypeName()

Returns:
Return type:str

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

Setter Method

Signature ElementTypeName(value)

Parameters:value (str) –

ElementPropertyName

TestValueTypesElementReference_Struct.ElementPropertyName

a specified integer element property name -------------------------------------

Getter Method Signature ElementPropertyName()

Returns:
Return type:str

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

Setter Method

Signature ElementPropertyName(value)

Parameters:value (str) –

ElementPropertyValue

TestValueTypesElementReference_Struct.ElementPropertyValue

the control value of integer element property, only valid when property name is not NULL -------------------------------------

Getter Method Signature ElementPropertyValue()

Returns:
Return type:int

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

Setter Method

Signature ElementPropertyValue(value)

Parameters:value (int) –