Class Hierarchy
AcRxObject AcBrMeshEntity AcBrMesh AcBrMesh2d
C++
class AcBrMesh : public AcBrMeshEntity;
File
brmesh.h
Description
The AcBrMesh class is the interface base class for meshes. This class defines the functions that are common to all dimensions of meshes, and cannot be instantiated as it has no meaning on its own.
A mesh is a network of nodal approximations to curves, surfaces, and volumes in a brep object (or subobject), and thus has associated geometry. The geometry, however, is stored at the individual elements and nodes, as are the mappings back to the original brep topology. Each supported dimension of meshing has its own associated class. General faceting is exposed through the AcBrMesh2d subclass.
Links
AcBrMesh Constructor, Methods, AcBrMesh Operators
See Also
AcBrMesh2d, AcBrMesh2dFilter