Share

AcDbLoftProfile Class

Class Hierarchy

AcRxObject
    AcDb3dProfile
        AcDbLoftProfile

C++

class AcDbLoftProfile : public AcDb3dProfile;

File

db3dProfile.h

Description

This class is used to represent a profile that can be used as input to createLoftedSurface(). 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. This class also maintains continuity data if the profile is for an edge or point and the profile is the first or last profile of the loft.

Links

AcDbLoftProfile Constructor, AcDbLoftProfile Methods, AcDbLoftProfile Operators

Was this information helpful?