Entity3d Class

Visual Basic
Public abstract Class Entity3d
Inherits DisposableWrapper
Inherits ICloneable
C#
public abstract class Entity3d : DisposableWrapper, ICloneable;
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.

Links