*compositeanalysis
Analyzes composite materials, plies, sequences or laminates.
Syntax
*compositeanalysis entity_type <select_type>=<selection> result=<value> output=<value>
Type
HyperMesh Tcl Modify Command
Description
Analyzes composite materials, plies, sequences or laminates.
Inputs
- entity_type
- The type of entity to modify.
- <select_type>=<selection>
- The entity or entities that are to be analyzed. There are several ways to provide the
entities to be modified. Only one option can be used at a time:
- id=<id>
- The ID of the single entity to modify.
- name=<name>
- The name of the single entity to modify.
- mark=<mark_id>
- The ID of the mark containing the entities to modify.
- result=<value>
- The type of result. Valid values are:
- output=<value>
- The file name of the output .csv file.
Examples
To analyze material with ID 1:
*compositeanalysis mats id=1 result=23d-behavior output=C:/temp/result.csv
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020.1