ansys.mapdl.core.Mapdl.plpath#
- Mapdl.plpath(lab1='', lab2='', lab3='', lab4='', lab5='', lab6='', **kwargs)#
Displays path items on a graph.
Mechanical APDL Command: PLPATH
- Parameters:
- lab1
str
Labels identifying the path items to be displayed. Up to six items may be drawn per frame. Predefined path geometry items XG, YG, ZG, and S ( pdef ) may also be displayed.
- lab2
str
Labels identifying the path items to be displayed. Up to six items may be drawn per frame. Predefined path geometry items XG, YG, ZG, and S ( pdef ) may also be displayed.
- lab3
str
Labels identifying the path items to be displayed. Up to six items may be drawn per frame. Predefined path geometry items XG, YG, ZG, and S ( pdef ) may also be displayed.
- lab4
str
Labels identifying the path items to be displayed. Up to six items may be drawn per frame. Predefined path geometry items XG, YG, ZG, and S ( pdef ) may also be displayed.
- lab5
str
Labels identifying the path items to be displayed. Up to six items may be drawn per frame. Predefined path geometry items XG, YG, ZG, and S ( pdef ) may also be displayed.
- lab6
str
Labels identifying the path items to be displayed. Up to six items may be drawn per frame. Predefined path geometry items XG, YG, ZG, and S ( pdef ) may also be displayed.
- lab1
Notes
The path must have been defined by the path and ppath commands. Path items and their labels must have been defined with the pdef, pvect, pcalc, pdot, pcross, or plnear commands. Path items may also be printed with the prpath command. Graph scaling may be controlled with the xrange, yrange, and prange commands. You need to type all six characters to issue this command.
Fore more information, see Mapping Results onto a Path