Class PhysicalPropertyTableCollection
Inheritance
PhysicalPropertyTableCollection
Assembly: NXOpen.dll
Syntax
public class PhysicalPropertyTableCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PhysicalPropertyTableCollection()
Declaration
protected PhysicalPropertyTableCollection()
PhysicalPropertyTableCollection(CaePart)
Declaration
protected PhysicalPropertyTableCollection(CaePart owner)
Parameters
Type |
Name |
Description |
CaePart |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CopyLaminatePropertyTableAs2d3d(Laminate)
Declaration
public Laminate CopyLaminatePropertyTableAs2d3d(Laminate sourceLaminate)
Parameters
Type |
Name |
Description |
Laminate |
sourceLaminate |
|
Returns
CopyPhysicalPropertyTable(PhysicalPropertyTable)
Declaration
public PhysicalPropertyTable CopyPhysicalPropertyTable(PhysicalPropertyTable sourcePhysicalPropertyTable)
Parameters
Returns
CreatePhysicalPropertyTable(string, string, string, string, int)
Declaration
public PhysicalPropertyTable CreatePhysicalPropertyTable(string descriptorType, string languageName, string solverName, string name, int label)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public PhysicalPropertyTable FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
Declaration
public void Information(PhysicalPropertyTable[] ppts)
Parameters
ToArray()
Declaration
public PhysicalPropertyTable[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink