ansys.mapdl.core.Mapdl.pcross#

Mapdl.pcross(labxr='', labyr='', labzr='', labx1='', laby1='', labz1='', labx2='', laby2='', labz2='', **kwargs)#

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

Mechanical APDL Command: PCROSS

Parameters:
labxrstr

Label assigned to X-component of resultant vector.

labyrstr

Label assigned to Y-component of resultant vector.

labzrstr

Label assigned to Z-component of resultant vector.

labx1str

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

laby1str

Y-component of first vector label.

labz1str

Z-component of first vector label.

labx2str

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

laby2str

Y-component of second vector label.

labz2str

Z-component of second vector label.