check_plane# Modeler2D.check_plane(assignment: str | int, face_location: list, offset: int = 1) → str | None# Check for the plane that is defined as the face for an object. Parameters: assignmentstr | intName 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”.