dot#

AnsVec.dot(vec)[source]#

Dot product with another APDLMath vector.

Parameters:
vecansys.mapdl.math.AnsVec

Ansys vector object.

Returns:
float

Dot product between this vector and the other vector.

Return type:

float