Retrieve the Axial Force Flag for an element. This indicates if the element has user stress properties defined.
PLGetElementAxialForceFlag( DatabaseName, ElementIndex )
DatabaseName (Character String) |
The full path and filename to the relevant database. The file extension is optional. |
ElementIndex (Integer) |
The index of the element (from 1 to number of elements). |
1 if the element has user stress properties, 0 otherwise, or one of the following error codes:
-999999998 |
Invalid Database. |