Autodesk.AutoCAD.Geometry Namespace > Entity3d Class
Entity3d Class
Description

 

This .NET class wraps the AcGeEntity3d ObjectARX class. It's an abstract base class for all point set classes. Any class that is derived from this class represents a set of points in 3D space.

Class Hierarchy
Visual Basic
Public abstract Class Entity3d
Inherits DisposableWrapper
Inherits ICloneable
C#
public abstract class Entity3d : DisposableWrapper, ICloneable;
Links
   Comments?