Share

SweptSurface Class

Description

This .NET class wraps the AcDbSweptSurface ObjectARX class. This class represents a swept 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.SweptSurface

Visual Basic

Public Class SweptSurface
Inherits Surface

C#

public class SweptSurface : Surface;

Links

SweptSurface Methods, SweptSurface Properties

Was this information helpful?