check_plane#

Modeler2D.check_plane(assignment, face_location, offset=1)[source]#

Check for the plane that is defined as the face for an object.

Parameters:
assignmentstr

Name of the object.

face_locationlist

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

offsetoptional

Offset to apply. The default is 1.

Returns:
str

Name of the plane. It can be “XY”, “XZ” or “YZ”.