Autodesk.AutoCAD.BoundaryRepresentation Namespace > MeshEntity Class
MeshEntity Class
Description

This .NET class wraps the AcBrMeshEntity ObjectARX class. 

The MeshEntity 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 RXObject in order to provide full service run-time type-checking for all derived mesh classes.

Class Hierarchy
Visual Basic
Public abstract Class MeshEntity
Inherits RXObject
C#
public abstract class MeshEntity : RXObject;
Links
See Also
   Comments?