check_plane#

Modeler3D.check_plane(obj, faceposition, offset=1)[source]#

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

Parameters:
objstr

Name of the object.

facepositionlist

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”.