Update a model's data from a matrix.
void set( CString para, CMatrix &s );
Parameters
para: | model name and the data description. For an example "fea\Elements\Property,1-2,4" mean that to replace the property of Elements in Row 1-2 and Row 4. |
s | data |
Return Value
return 1 if succss, or 0;
Related Pages