NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::PhysicalPropertyTableCollection Class Reference

Creates physical property tablesNXOpen::CAE::PhysicalPropertyTable in a fem model. More...

Inheritance diagram for NXOpen::CAE::PhysicalPropertyTableCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::LaminateCopyLaminatePropertyTableAs2d3d (NXOpen::CAE::Laminate *sourceLaminate)
 Copies a Nastran Shell NXOpen::CAE::Laminate as a Nastran Solid NXOpen::CAE::Laminate , and vice versa. More...
 
NXOpen::CAE::PhysicalPropertyTableCopyPhysicalPropertyTable (NXOpen::CAE::PhysicalPropertyTable *sourcePhysicalPropertyTable)
 Copies a NXOpen::CAE::PhysicalPropertyTable. More...
 
NXOpen::CAE::PhysicalPropertyTableCreatePhysicalPropertyTable (const NXString &descriptorType, const NXString &languageName, const NXString &solverName, const NXString &name, int label)
 Creates a NXOpen::CAE::PhysicalPropertyTable. More...
 
NXOpen::CAE::PhysicalPropertyTableCreatePhysicalPropertyTable (const char *descriptorType, const char *languageName, const char *solverName, const char *name, int label)
 Creates a NXOpen::CAE::PhysicalPropertyTable. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::PhysicalPropertyTableFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::CAE::PhysicalPropertyTable with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::PhysicalPropertyTableFindObject (const char *journalIdentifier)
 Finds the NXOpen::CAE::PhysicalPropertyTable with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Creates physical property tablesNXOpen::CAE::PhysicalPropertyTable in a fem model.


To obtain an instance of this class, refer to NXOpen::CAE::CaePart

Created in NX5.0.0.

Member Function Documentation

iterator NXOpen::CAE::PhysicalPropertyTableCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::Laminate* NXOpen::CAE::PhysicalPropertyTableCollection::CopyLaminatePropertyTableAs2d3d ( NXOpen::CAE::Laminate sourceLaminate)

Copies a Nastran Shell NXOpen::CAE::Laminate as a Nastran Solid NXOpen::CAE::Laminate , and vice versa.

Returns
Copy of the source laminate physical property
Created in NX8.5.0.

License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
Parameters
sourceLaminateSource laminate physical property to copy
NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::CopyPhysicalPropertyTable ( NXOpen::CAE::PhysicalPropertyTable sourcePhysicalPropertyTable)

Copies a NXOpen::CAE::PhysicalPropertyTable.

Returns
Physical property table copied
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
sourcePhysicalPropertyTablePhysical property table to copy
NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::CreatePhysicalPropertyTable ( const NXString descriptorType,
const NXString languageName,
const NXString solverName,
const NXString name,
int  label 
)

Creates a NXOpen::CAE::PhysicalPropertyTable.

Returns
Physical property table created
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
descriptorTypeName of the physical property table descriptor
languageNamelanguage_name where to find the descriptor
solverNamesolver where to find the language
nameName of the physical property table
labelLabel for physical property table input 0 to get next available label
NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::CreatePhysicalPropertyTable ( const char *  descriptorType,
const char *  languageName,
const char *  solverName,
const char *  name,
int  label 
)

Creates a NXOpen::CAE::PhysicalPropertyTable.

Returns
Physical property table created
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
descriptorTypeName of the physical property table descriptor
languageNamelanguage_name where to find the descriptor
solverNamesolver where to find the language
nameName of the physical property table
labelLabel for physical property table input 0 to get next available label
iterator NXOpen::CAE::PhysicalPropertyTableCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::FindObject ( const NXString journalIdentifier)

Finds the NXOpen::CAE::PhysicalPropertyTable with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
Physical property table found
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
journalIdentifierIdentifier to be found
NXOpen::CAE::PhysicalPropertyTable* NXOpen::CAE::PhysicalPropertyTableCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::CAE::PhysicalPropertyTable with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Returns
Physical property table found
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
journalIdentifierIdentifier to be found
tag_t NXOpen::CAE::PhysicalPropertyTableCollection::Tag ( ) const

Returns the tag of this object.


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