find_point_around#

Modeler2D.find_point_around(assignment, origin, offset, plane)[source]#

Find the point around an object.

Parameters:
assignmentstr

Name of the object.

originlist

List of the [x, y, z] coordinates for the starting position of the object.

offset

Offset to apply.

planestr

Coordinate plane of the arc. Choices are "YZ", "ZX", and "XY".

Returns:
list

List of the [x, y, z] coordinates for the point.