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

This .NET class wraps the AcBrElement ObjectARX class. 

The Element 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. An element is a minimal closed, ordered subset of connected nodes in a mesh. 

 

Class Hierarchy
Visual Basic
Public abstract Class Element
Inherits MeshEntity
C#
public abstract class Element : MeshEntity;
   Comments?