Share

AcBrMeshEntity

Class Hierarchy

AcRxObject
    AcBrMeshEntity
        AcBrElement
        AcBrMesh
        AcBrNode

C++

class AcBrMeshEntity : public AcRxObject;

File

brment.h

Description

The AcBrMeshEntity class is the interface base class for mesh objects and subobjects. This class defines the functions that are common to all mesh objects and subobjects, and cannot be instantiated as it has no meaning on its own. It is derived from AcRxObject in order to provide full service run-time type-checking for all derived mesh classes.

Links

AcBrMeshEntity Constructor, AcBrMeshEntity Methods, AcBrMeshEntity Operators

See Also

AcBrMesh, AcBrNode

Was this information helpful?