find_point_around# Modeler3D.find_point_around(assignment: str, origin: list, offset: float, plane: str) → list# 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.