 | APIrefreshHinges Method |
Recalculate all hinges assigned in the model. Useful after modification of material or section.
REST path: /hinge/refresh
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool refreshHinges()
Public Function refreshHinges As Boolean
Dim instance As API
Dim returnValue As Boolean
returnValue = instance.refreshHinges()
public:
bool refreshHinges()
member refreshHinges : unit -> bool
Return Value
BooleanBoolean value
See Also