Share

AcDb3dProfile Class

Class Hierarchy

AcRxObject
    AcDb3dProfile
        AcDbLoftProfile

C++

class AcDb3dProfile : public AcRxObject;

File

db3dProfile.h

Description

This class is used to represent a 3d profile that can be used as input to functions such as createExtrudedSurface(), createRevolvedSurface(), and createSweptSurface(). An object of this class can represent an entity such as a curve or a region, or it can represent an edge or a set of edges that form a connected chain.

Links

AcDb3dProfile Constructor, AcDb3dProfile Methods, AcDb3dProfile Operators

Was this information helpful?