public Mesh DrawMesh(Branch branch) { if (branch.Vertices.Count > 1) { Extrusion.Body(this, branch); } return(CreateMesh(branch)); }