Skip to main content

DPF Mechanical 2026 R1

MaterialsContainer class

Last update: 18.06.2026

Namespace: Ans.DataProcessing

MaterialsContainer(pMaterialsContainer: IntPtr)

Class Information

Property Value
Namespace Ans.DataProcessing
Assembly CS_DataProcessing
Base Class Ans.DataProcessing.internal_objects.DpfType

Constructors

Constructor

MaterialsContainer(pMaterialsContainer)

Parameters:

  • pMaterialsContainer (IntPtr)

Methods

ListOfPropertiesAtVUUID

result = obj.ListOfPropertiesAtVUUID(vuuid)

Parameters:

  • vuuid (str)

Returns: list

ListOfPropertiesAtDpfMatId

result = obj.ListOfPropertiesAtDpfMatId(matId)

Parameters:

  • matId (int)

Returns: list

ListOfPropertiesAtMaterialPhysicName

result = obj.ListOfPropertiesAtMaterialPhysicName(materialname)

Parameters:

  • materialname (str)

Returns: list

VUUIDAtDpfMatId

result = obj.VUUIDAtDpfMatId(dpfMatId)

Parameters:

  • dpfMatId (int)

Returns: str

MaterialPhysicNameAtVUUID

result = obj.MaterialPhysicNameAtVUUID(vuuid)

Parameters:

  • vuuid (str)

Returns: str

MaterialPhysicNameAtDpfMatId

result = obj.MaterialPhysicNameAtDpfMatId(matID)

Parameters:

  • matID (int)

Returns: str

PropertiesCountAtVUUID

result = obj.PropertiesCountAtVUUID(vuuid)

Parameters:

  • vuuid (str)

Returns: int

PropertiesCountAtDpfMatId

result = obj.PropertiesCountAtDpfMatId(matId)

Parameters:

  • matId (int)

Returns: int

DpfMatIdAtVUUID

result = obj.DpfMatIdAtVUUID(vuuid)

Parameters:

  • vuuid (str)

Returns: int

GetInternalData

result = obj.GetInternalData()

Returns: IntPtr

Properties

ListOfVUUIDs

Type: list

# Get the property (read-only)
value = obj.ListOfVUUIDs

ListOfMaterialPhysicNames

Type: list

# Get the property (read-only)
value = obj.ListOfMaterialPhysicNames

MaterialsCount

Type: int

# Get the property (read-only)
value = obj.MaterialsCount

DpfMatIds

Type: list

# Get the property (read-only)
value = obj.DpfMatIds

Connect with Ansys