ElementTable#

class ansys.mapdl.core._commands.post1.element_table.ElementTable#

ElementTable.esort([item, lab, order, kabs, ...])

Sorts the element table.

ElementTable.etable([lab, item, comp, option])

Fills a table of element values for further processing.

ElementTable.eusort(**kwargs)

Restores original order of the element table.

ElementTable.pletab([itlab, avglab])

Displays element table items.

ElementTable.plls([labi, labj, fact, kund, ...])

Displays element table items as contoured areas along elements.

ElementTable.pretab([lab1, lab2, lab3, ...])

Prints the element table items.

ElementTable.sabs([key])

Specifies absolute values for element table operations.

ElementTable.sadd([labr, lab1, lab2, fact1, ...])

Forms an element table item by adding two existing items.

ElementTable.sallow([strs1, strs2, strs3, ...])

Defines the allowable stress table for safety factor calculations.

ElementTable.sexp([labr, lab1, lab2, exp1, exp2])

Forms an element table item by exponentiating and multiplying.

ElementTable.sfact([type_])

Allows safety factor or margin of safety calculations to be made.

ElementTable.sfcalc([labr, labs, labt, type_])

Calculates the safety factor or margin of safety.

ElementTable.smax([labr, lab1, lab2, fact1, ...])

Forms an element table item from the maximum of two other items.

ElementTable.smin([labr, lab1, lab2, fact1, ...])

Forms an element table item from the minimum of two other items.

ElementTable.smult([labr, lab1, lab2, ...])

Forms an element table item by multiplying two other items.

ElementTable.ssum(**kwargs)

Calculates and prints the sum of element table items.

ElementTable.tallow([temp1, temp2, temp3, ...])

Defines the temperature table for safety factor calculations.

ElementTable.vcross([labxr, labyr, labzr, ...])

Forms element table items from the cross product of two vectors.

ElementTable.vdot([labr, labx1, laby1, ...])

Forms an element table item from the dot product of two vectors.