Share

AcDbLoftProfile::AcDbLoftProfile (AcGePoint3d&) Constructor

C++

ACDB_PORT AcDbLoftProfile(
    const AcGePoint3d& pnt
);

Description

Constructor for a profile that is a point.

Parameters

Parameters Description
pnt An AcGePoint3d that is to be used as a profile to create a surface such as an extrusion or loft.

Links

AcDbLoftProfile Class

Was this information helpful?