Click or drag to resize

APIcheckConnectivity Method

Check overlapped beam nodes and anti-clockwise connectivity for all the other elements. The function always tries to correct incorrect elements, hence subsequent checks could be negative.
REST path: /op/mesh/connectivity
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool checkConnectivity(
	ref string[] notPassedElems = null,
	ref string[] overlappedNodes = null
)

Parameters

notPassedElems  String  (Optional)
Optional. Empty array eventually filled with elements IDs that don't passed the check. Not available in REST API
overlappedNodes  String  (Optional)
Optional. Empty array eventually filled with detected overlapped nodes in Line elements. Not available in REST API

Return Value

Boolean
True if check has been successful for all elements
See Also