PathOperations#

class ansys.mapdl.core._commands.post1.path_operations.PathOperations#

PathOperations.fssect([rho, nev, nlod, kbr])

Calculates and stores total linearized stress components.

PathOperations.padele([delopt])

Deletes a defined path.

PathOperations.paget([parray, popt])

Writes current path information into an array variable.

PathOperations.paput([parray, popt])

Retrieves path information from an array variable.

PathOperations.paresu([lab, fname, ext])

Restores previously saved paths from a file.

PathOperations.pasave([lab, fname, ext])

Saves selected paths to an external file.

PathOperations.path([name, npts, nsets, ndiv])

Defines a path name and establishes parameters for the path.

PathOperations.pcalc([oper, labr, lab1, ...])

Forms additional labeled path items by operating on existing path items.

PathOperations.pcross([labxr, labyr, labzr, ...])

Calculates the cross product of two path vectors along the current path.

PathOperations.pdef([lab, item, comp, avglab])

Interpolates an item onto a path.

PathOperations.pdot([labr, labx1, laby1, ...])

Calculates the dot product of two path vectors along the current path.

PathOperations.plpagm([item, gscale, nopt])

Displays path items along the path geometry.

PathOperations.plpath([lab1, lab2, lab3, ...])

Displays path items on a graph.

PathOperations.plsect([item, comp, rho, ...])

Displays membrane and membrane-plus-bending linearized stresses.

PathOperations.pmap([form, discon])

Creates mapping of the path geometry by defining path interpolation division points.

PathOperations.ppath([point, node, x, y, z, cs])

Defines a path by picking or defining nodes, or locations on the currently active working plane, or by entering specific coordinate locations.

PathOperations.prange([linc, vmin, vmax, xvar])

Determines the path range.

PathOperations.prpath([lab1, lab2, lab3, ...])

Prints path items along a geometry path.

PathOperations.prsect([rho, kbr, kbr3d])

Calculates and prints linearized stresses along a section path.

PathOperations.psel([type_, pname1, pname2, ...])

Selects a path or paths.

PathOperations.pvect([oper, labxr, labyr, labzr])

Interpolates a set of items onto a path.