hou.Quadric class

A Quadric is a kind of geometry primitive (Prim object) that represents a 3-dimensional surface defined by a quadratic polynomial equation (e.g. a sphere or tube).

Inheritence: hou.Prim >

Methods

transform(self)hou.Matrix3

Return the 3×3 matrix associated with this quadric. This matrix determines what type of quadric it is.

See Wikipedia’s Quadric page for more information.