NXOpen .NET Reference  12.0.0
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:

Public Member Functions

NXOpen.CAE.PhysicalPropertyTable[] ToArray ()
 Returns an array of NXOpen.CAE.PhysicalPropertyTable objects. 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 
CopyPhysicalPropertyTable (NXOpen.CAE.PhysicalPropertyTable sourcePhysicalPropertyTable)
 Copies a NXOpen.CAE.PhysicalPropertyTable More...
 
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 
FindObject (string journalIdentifier)
 Finds the NXOpen.CAE.PhysicalPropertyTable with the given identifier as recorded in a journal. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. 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)

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)

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 
)

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 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.PhysicalPropertyTable NXOpen.CAE.PhysicalPropertyTableCollection.FindObject ( string  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.

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 ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.