*interfacepairmax()

Defines the number of interface pairs assigned to a sub-laminate laminate.

Syntax

*interfacepairmax (count)

Type

HyperMesh HMASCII Command

Description

Defines the number of interface pairs assigned to a sub-laminate laminate.

Inputs

count
The number of interface pairs assigned to a sub-laminate laminate.

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