 | APIcheckOverlappedElements Method |
Check overlapped elements in the model
REST path: /op/mesh/findoverlappedelements
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string[] checkOverlappedElements()
Public Function checkOverlappedElements As String()
Dim instance As API
Dim returnValue As String()
returnValue = instance.checkOverlappedElements()
public:
array<String^>^ checkOverlappedElements()
member checkOverlappedElements : unit -> string[]
Return Value
StringA list of overlapped elements
RemarksElements are checked by their centroid, partial overlapping are not included
See Also