AcRxObject AcBrMeshEntity AcBrElement AcBrElement2d
class AcBrElement : public AcBrMeshEntity;
brelem.h
The AcBrElement class is the interface base class for mesh elements. This class defines the functions that are common to all dimensions of mesh elements, and cannot be directly set by the user as the initialization requirements are only available internally at the time of a call to AcBrMesh::generate(). An element is a minimal closed, ordered subset of connected nodes in a mesh.