Description
This .NET class wraps the AcDbLoftedSurface ObjectARX class.
This class represents a lofted surface entity. It provides methods to create and manipulate ASM surfaces.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Surface Autodesk.AutoCAD.DatabaseServices.LoftedSurface
C#
public class LoftedSurface : Surface;
Visual Basic
Public Class LoftedSurface Inherits Surface
Links
LoftedSurface Enumerations, LoftedSurface Methods, LoftedSurface Properties
See Also
LoftOptions