*icelementcreate
Creates an IC element.
Syntax
*icelementcreate
Type
HyperMesh Tcl Modify Command
Description
Creates an IC element. *addicconnectivity and *modifyicelement can be used to add additional details or modify the element.
Example
Create an IC element and update the independent node to 15, and dependent nodes to 16, 17, 18, 19 with DOF’s 123, 345, 1234, 123456:
*icelementcreate
*createintarray2d 2 4 16 17 18 19 123 345 1234 123456
*addicconnectivity 1 15 1 2 4
Errors
None.
Version History
14.0