pcross#
- PathOperations.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:
- labxr
str Label assigned to X-component of resultant vector.
- labyr
str Label assigned to Y-component of resultant vector.
- labzr
str Label assigned to Z-component of resultant vector.
- labx1
str X-component of first vector label (labeled path item).
- laby1
str Y-component of first vector label.
- labz1
str Z-component of first vector label.
- labx2
str X-component of second vector label (labeled path item).
- laby2
str Y-component of second vector label.
- labz2
str Z-component of second vector label.
- labxr