*interfacepairlist()

Defines the interface pairs for a sub-laminate laminate.

Syntax

*interfacepairlist (entity_ids)

Type

HyperMesh HMASCII Command

Description

Defines the interface pairs for a sub-laminate laminate.

Inputs

entity_ids
The IDs that define the interface pairs for a sub-laminate laminate, separated by commas. Each pair consists of two IDs.

Examples

To create a sub-laminate laminate with ID 300, name "my-sub-laminate-laminate" and sub-laminates 200 and 201:
*laminates(200,"my-sub-laminate-laminate",1,0,1,0)
*laminateidlistmax(2)
*laminateidlist(200,201)
To add an interface to the above laminate:
*interfacepairmax(1)
*interfacepairlist(200,201)

Errors

Incorrect usage results in an import error.

Version History

11.0