weldx.transformations.CoordinateSystemManager.is_neighbor_of#

CoordinateSystemManager.is_neighbor_of(coordinate_system_name_0, coordinate_system_name_1)#

Get a boolean result, specifying if 2 coordinate systems are neighbors.

Parameters:
  • coordinate_system_name_0 (str) – Name of the first coordinate system

  • coordinate_system_name_1 (str) – Name of the second coordinate system

Return type:

bool