NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe NXOpen.CAE.Laminate CopyLaminatePropertyTableAs2d3d (NXOpen.CAE.Laminate sourceLaminate)
 Copies a Nastran Shell NXOpen.CAE.Laminate as a Nastran Solid NXOpen.CAE.Laminate , and vice versa. More...
 
unsafe
NXOpen.CAE.PhysicalPropertyTable 
CopyPhysicalPropertyTable (NXOpen.CAE.PhysicalPropertyTable sourcePhysicalPropertyTable)
 Copies a NXOpen.CAE.PhysicalPropertyTable More...
 
unsafe
NXOpen.CAE.PhysicalPropertyTable 
CreatePhysicalPropertyTable (string descriptorType, string languageName, string solverName, string name, int label)
 Creates a NXOpen.CAE.PhysicalPropertyTable More...
 
unsafe
NXOpen.CAE.PhysicalPropertyTable 
FindObject (string journalIdentifier)
 Finds the NXOpen.CAE.PhysicalPropertyTable with the given identifier as recorded in a journal. More...
 
NXOpen.CAE.PhysicalPropertyTable[] ToArray ()
 Returns an array of NXOpen.CAE.PhysicalPropertyTable objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 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

unsafe NXOpen.CAE.Laminate NXOpen.CAE.PhysicalPropertyTableCollection.CopyLaminatePropertyTableAs2d3d ( NXOpen.CAE.Laminate  sourceLaminate)
inline

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

Created in NX8.5.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
sourceLaminateSource laminate physical property to copy
Returns
Copy of the source laminate physical property
unsafe NXOpen.CAE.PhysicalPropertyTable NXOpen.CAE.PhysicalPropertyTableCollection.CopyPhysicalPropertyTable ( NXOpen.CAE.PhysicalPropertyTable  sourcePhysicalPropertyTable)
inline

Copies a NXOpen.CAE.PhysicalPropertyTable

Created in NX5.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
sourcePhysicalPropertyTablePhysical property table to copy
Returns
Physical property table copied
unsafe NXOpen.CAE.PhysicalPropertyTable NXOpen.CAE.PhysicalPropertyTableCollection.CreatePhysicalPropertyTable ( string  descriptorType,
string  languageName,
string  solverName,
string  name,
int  label 
)
inline

Creates a NXOpen.CAE.PhysicalPropertyTable

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
Returns
Physical property table created
override int NXOpen.CAE.PhysicalPropertyTableCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.CAE.PhysicalPropertyTable NXOpen.CAE.PhysicalPropertyTableCollection.FindObject ( string  journalIdentifier)
inline

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.

Created in NX5.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
journalIdentifierIdentifier to be found
Returns
Physical property table found
NXOpen.CAE.PhysicalPropertyTable [] NXOpen.CAE.PhysicalPropertyTableCollection.ToArray ( )
inline

Returns an array of NXOpen.CAE.PhysicalPropertyTable objects.

Property Documentation

Tag NXOpen.CAE.PhysicalPropertyTableCollection.Tag
get

Returns the tag of this object.


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