BoundaryList#

Usage:

BoundaryList Class API Wrapper

class BoundaryList[source]#

Bases: object

Wrapper for BoundaryList class of Moldflow Synergy.

cad_entity(index)[source]#

Returns CAD entity at a given index

Parameters:

index (int) – index between 0 and array.Size-1

Return type:

BoundaryList

Returns:

Boundary List object containing the object

convert_to_string()[source]#

Converts boundary list to a string

Return type:

str

Returns:

string representation of the boundary list

entity(index)[source]#

Returns entity at a given index

Parameters:

index (int) – zero based index

Return type:

BoundaryList

Returns:

BoundaryList object containing the object

select_from_string(value)[source]#

Selects a list of entities from a string

Parameters:

value (str) – String representation of the entities

Return type:

None

property size: int#

Returns boundary list entities size

property size_cad: int#

Returns boundary list entities cad size