GET_MTT2D_SHTSEGSTRINGNAME subroutine returns a string name of inputted Sheet Segment for MTT2D Sheet force. (Releated Nodal Force USUB)
Langunage type |
SubRoutine |
FORTRAN |
call get_mtt2d_shtsegstringname (SheetSegSeqID, SheetSegStringName, Errflg) |
C/C++ |
get_mtt2d_shtsegstringname (SheetSegSeqID, SheetSegStringName, &Errflg) |
Parameter information
Variable Name |
Size |
Description |
SheetSegSeqID |
int |
A sequential id defined in RecurDyn/Solver. This is a related argument with the 3rd argument of GET_NFORCE_ADDARG auxiliary function for Nodal Force subroutine. |
SheetSegStringName |
char [512] |
An array of wide-character type (WCHAR). The array size must be 256*2 byte. Output variable. Returns a string variable. “SheetBody#” |
Errflg |
int |
Error flag. If the result of this argument is -1 (means TRUE in Fortran logical value), there is no error. The others mean that there is an error. |