Facet in a Mesh Facet in mesh This is a facet in a MeshObject. You can get it by e.g. iterating a mesh. The facet has a connection to its mesh and allows therefore topological operations. It is also possible to create an unbounded facet 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 facet becomes free and is more or less a simple facet. After calling unbound() no topological operation will work! intersect(Facet) -> list Get a list of intersection points with another triangle. isDegenerated([float]) -> boolean Returns true if the facet is degenerated, otherwise false. isDegenerated(MinAngle, MaxAngle) -> boolean Returns true if the facet is deformed, otherwise false. A triangle is considered deformed if an angle is less than MinAngle or higher than MaxAngle. The two angles are given in radian. The index of this facet in the MeshObject Bound state of the facet Normal vector of the facet. A list of points of the facet The index tuple of point vertices of the mesh this facet is built of The index tuple of neighbour facets of the mesh this facet is adjacent with The area of the facet The aspect ratio of the facet computed by longest edge and its height The aspect ratio of the facet computed by radius of circum-circle and in-circle The roundness of the facet The center and radius of the circum-circle The center and radius of the in-circle