Share

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

Autodesk.AutoCAD.BoundaryRepresentation.MeshEntity
    Autodesk.AutoCAD.BoundaryRepresentation.Element
        Autodesk.AutoCAD.BoundaryRepresentation.Element2d

Visual Basic

Public abstract Class Element
Inherits MeshEntity

C#

public abstract class Element : MeshEntity;

Was this information helpful?