GET_FFLEX_NODESTRINGNAME subroutine returns a string name of inputted FFlex Node Seq. ID
Langunage type |
SubRoutine |
FORTRAN |
call get_fflex_nodestringname (ifbody, NodeSeq, NodeStringName, Errflg) |
C/C++ |
get_fflex_nodestringname (ifbody, NodeSeq, NodeStringName, &Errflg) |
Parameter information
Variable Name |
Size |
Description |
ifbody |
int |
Sequential id of FFlex body defined in RecurDyn/Solver. This is a related argument with the 5th argument of Nodal_Force_Ext subroutine. And this is a related argument with the 2nd argument of GET_NFORCE_ADDARG auxiliary function for Nodal Force subroutine. |
NodeSeq |
int |
Node sequential id defined in RecurDyn/Solver. This is a related argument with the 6th argument of Nodal_Force_Ext subroutine. And this is a related argument with the 3rd argument of GET_NFORCE_ADDARG auxiliary function for Nodal Force subroutine. |
NodeStringName |
char [512] |
An array of wide-character type (WCHAR). The array size must be 256*2 byte. Output variable. Returns a string variable. “FFlexBodyName.Node#” |
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. |