Point in a Mesh Point in mesh This is a point in a MeshObject. You can get it by e.g. iterating a mesh. The point has a connection to its mesh and allows therefore topological operations. It is also possible to create an unbounded mesh point e.g. to create a mesh. In this case the topological operations will fail. The same is when you cut the bound to the mesh by calling unbound(). method unbound() Cut the connection to a MeshObject. The point becomes free and is more or less a simple vector/point. After calling unbound() no topological operation will work! The index of this point in the MeshObject Bound state of the point Normal vector of the point computed by the surrounding mesh. Vector of the point. The X component of the point. The Y component of the point. The Z component of the point.