 | APIgetElementType Method |
Get element type: unk = 0,line = 1,tria = 2,quad = 3,hexa = 4,wedge = 5,tetra = 6,user = 10,line3 = 20,quad8 = 21,hexa16 = 22,hexa20 = 23,tetra10 = 24,tria6 = 25,wedge15 = 26,spring2nodes = 40
REST path: /element/type/[ID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string getElementType(
string ID
)
Public Function getElementType (
ID As String
) As String
Dim instance As API
Dim ID As String
Dim returnValue As String
returnValue = instance.getElementType(ID)
public:
String^ getElementType(
String^ ID
)
member getElementType :
ID : string -> string
Parameters
- ID String
- ID of the element
Return Value
StringA string describing the element type
See Also