mymesh.implicit.zplane# mymesh.implicit.zplane(z0, n=1)[source]# Implicit function of a plane whose normal direction is along the z axis. Parameters: z0 (float) – Coordinate along the x axis of the plane. z0 = 0 corresponds to the xy plane. n (int, optional) – Direction (1 or -1), or a scaling factor, by default 1. If n > 0, the function will be negative when evaluated above z0. Returns: func – Implicit function of three parameters (x, y, z) Return type: function