find_point_around#

Modeler2D.find_point_around(objectname, startposition, offset, plane)[source]#

Find the point around an object.

Parameters:
objectnamestr

Name of the object.

startpositionlist

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.