This document discusses different types of geometric modeling methods including wireframe, surface, and solid modeling. Wireframe modeling uses points and lines to define objects but does not represent actual surfaces or volumes. Surface modeling defines the outer surfaces of an object. Solid modeling precisely defines the enclosed volume of an object using its faces, edges, and vertices. Constructive solid geometry and boundary representation are two common solid modeling techniques. CSG uses Boolean operations to combine primitive shapes, while boundary representation stores topological information about faces, edges, and vertices. Feature-based modeling allows shapes to be created through operations like extruding, revolving, sweeping, and filling.