Calculate Angle Between Two Vector3Ds

Function Description

This step can calculate the angle between two groups of Vector3D vectors.

Use Cases

This is a general-purpose step for calculating angles between Vector3D vectors.

Inputs

  • Original Vector3D (Required): Set of original 3D vectors.

  • Another Vector3D (Optional): If connected, the angle is calculated element by element with the original Vector3D. If not connected, the “Specified Vector3D” parameter is used for calculation.

Outputs

  • Numberical Results: Calculated angle between vectors.

Parameters

  • Specified Vector3D: The 3D vector used to calculate the angle with the first input original Vector3D. This parameter takes effect when the second input port (Another Vector3D) is not connected.