find_point_around# Modeler2D.find_point_around(assignment, origin, offset, plane)[source]# Find the point around an object. Parameters: assignmentstrName of the object. originlistList of the [x, y, z] coordinates for the starting position of the object. offsetOffset to apply. planestrCoordinate plane of the arc. Choices are "YZ", "ZX", and "XY". Returns: listList of the [x, y, z] coordinates for the point.