hou.Face class

All Methods Replaces

Inheritence: hou.Prim >

Subclasses: hou.NURBSCurve , hou.Polygon , hou.Curve

Methods

addPoint(self, point)

Not implemented yet

addVertex(self, point)hou.Vertex

Not documented yet

arcLength(self, u_start, u_stop)

Not implemented yet

degree(self)

Not implemented yet

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)int

Not documented yet

positionAtU(self, u)hou.Vector3

Not implemented yet

setOpen(self, on)

Not implemented yet

vertex(self, index)hou.Vertex

Not documented yet

vertices(self) → tuple of hou.Vertex

Not documented yet

Replaces

arclen expression function , degree expression function , isclosed expression function