hou.Face class
Inheritence: hou.Prim >
Subclasses: hou.NURBSCurve , hou.Polygon , hou.Curve
Methods
Methods inherited from hou.Prim: isSplineType, number, primType, isType, stringAttribValue, numVertices, intListAttribValue, transform, attribValue, type, closestPrim, minDistanceToPrim, setAttribValue, primsSharingPoints, boundingBox, ourUVAtClosestLocationToPrim, floatListAttribValue, attribType, intAttribValue, geometry, vertices, distanceFromPosition, floatAttribValue
addPoint(self, point)addVertex(self, point)→ hou.VertexarcLength(self, u_start, u_stop)degree(self)isClosed(self) -> bool-
Return whether the first and last vertex are connected.
An open face forms a multi-segment line, since the first and last vertices are not connected. A closed face forms a surface.
normal(self)→ hou.Vector3-
Return the vector that’s perpendicular to the face.
numVertices(self)→intpositionAtU(self, u)→ hou.Vector3setOpen(self, on)vertex(self, index)→ hou.Vertexvertices(self)→ tuple of hou.Vertex