NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::ModelCheck::TestValueTypes::ElementReference Struct Reference

represents an element reference definition associated with this test More...

Public Member Functions

 ElementReference (const NXString &elementTypeNameInitial, const NXString &elementPropertyNameInitial, int elementPropertyValueInitial)
 Constructor for the ElementReference struct. More...
 

Public Attributes

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

Detailed Description

represents an element reference definition associated with this test

Constructor & Destructor Documentation

NXOpen::CAE::ModelCheck::TestValueTypes::ElementReference::ElementReference ( const NXString elementTypeNameInitial,
const NXString elementPropertyNameInitial,
int  elementPropertyValueInitial 
)

Constructor for the ElementReference struct.

Parameters
elementTypeNameInitialthe element type name, which is defined in solver specific item
elementPropertyNameInitiala specified integer element property name
elementPropertyValueInitialthe control value of integer element property, only valid when property name is not NULL

Member Data Documentation

NXString NXOpen::CAE::ModelCheck::TestValueTypes::ElementReference::ElementPropertyName

a specified integer element property name

int NXOpen::CAE::ModelCheck::TestValueTypes::ElementReference::ElementPropertyValue

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

NXString NXOpen::CAE::ModelCheck::TestValueTypes::ElementReference::ElementTypeName

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


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.