Share

AcDbEntity::subGetStretchPoints Method

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus subGetStretchPoints(
    AcGePoint3dArray& stretchPoints
) const;

Description

Override this virtual function in a AcDbEntity-derived class to provide your custom implementation for AcDbEntity::getStretchPoints.

Links

AcDbEntity

Was this information helpful?