Surface Class

Visual Basic
Public abstract Class Surface
Inherits Entity3d
C#
public abstract class Surface : Entity3d;
Description

 

This .NET class wraps the AcGeSurface ObjectARX class. Surface class is an abstract base class for all other parametric surfaces.

Links