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: assignmentstrName of the object. face_locationlistList of the [x, y, z] coordinates for the position of the face. offsetoptionalOffset to apply. The default is 1. Returns: strName of the plane. It can be “XY”, “XZ” or “YZ”.