Пример #1
0
def join(shape1, shape2):
  return Construct.boolean_fuse(shape1, shape2)
Пример #2
0
def join(shape1, shape2):
    return Construct.boolean_fuse(shape1, shape2)