*createentitiesfromsource
Creates entities using an external source file.
Syntax
*createentitiesfromsource <option1>=<value1> <option2>=<value2> ... <optionN>=<valueN>
Type
HyperMesh Tcl Modify Command
Description
Creates entities using an external source file.
Inputs
- entitytype=<value>
- The type of entity to create. Currently only supported for beamsects.
- source=<file>
- The path and file name to the source file.
Examples
Create beam sections using a csv file:
*createentitiesfromsource entitytype=beamsects source=C:/temp/beam_section.csv
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019