mymesh.implicit.yplane#
- mymesh.implicit.yplane(y0, n=1)[source]#
Implicit function of a plane whose normal direction is along the y axis.
- Parameters:
y0 (float) – Coordinate along the y axis of the plane. y0 = 0 corresponds to the xz 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 y0.
- Returns:
func – Implicit function of three parameters (x, y, z).
- Return type:
function