MaterialFinder#

Usage:

MaterialFinder Class API Wrapper

class MaterialFinder[source]#

Bases: object

Wrapper for MaterialFinder class of Moldflow Synergy.

property file_type: str#

Get the material database type.

Returns:

The material database type (System or User).

Return type:

str

get_first_material()[source]#

Get the first material.

Returns:

The first material.

Return type:

Property

get_next_material(material)[source]#

Get the next material.

Parameters:

material (Property | None) – The current material.

Returns:

The next material.

Return type:

Property

set_data_domain(material_database, material_database_type)[source]#

Set the material database, and its type for material finder.

Parameters:
Return type:

None