Share

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

Autodesk.AutoCAD.BoundaryRepresentation.MeshEntity
    Autodesk.AutoCAD.BoundaryRepresentation.Element
    Autodesk.AutoCAD.BoundaryRepresentation.Mesh
    Autodesk.AutoCAD.BoundaryRepresentation.Node

C#

public abstract class MeshEntity : RXObject;

Visual Basic

Public abstract Class MeshEntity
Inherits RXObject

Links

MeshEntity Methods, MeshEntity Properties

See Also

Mesh, Node

Was this information helpful?