ansys.mapdl.core.Mapdl.pdot#

Mapdl.pdot(labr='', labx1='', laby1='', labz1='', labx2='', laby2='', labz2='', **kwargs)#

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

Mechanical APDL Command: PDOT

Parameters:
labrstr

Label assigned to dot product result.

labx1str

X-component of first vector label (labeled path item).

laby1str

Y-component of first vector label (labeled path item).

labz1str

Z-component of first vector label (labeled path item).

labx2str

X-component of second vector label (labeled path item).

laby2str

Y-component of second vector label (labeled path item).

labz2str

Z-component of second vector label (labeled path item).