Database.createElement


createElement(lusasElementName, nodes, [elementData], [unused])

Build a new element from an array of nodes or an array of nodes and an array of faces. If only the nodes are specified then they must be in element topology order, and new edges and faces will be created automatically were necessary. If the faces are specified then the nodes will be reordered to the correct element topology order. Optionally, an additional object may be specified to pass in more details about the element, including information specific to only certain kinds of element, such as beam end release information

lusasElementNamestringelement name e.g BMS3, HX20 etc
nodesarray of Node objects
elementDataoptional IFElementDataObj
unusedoptional array Not currently used
Return valueIFElement

Back to Database

Back to Overview