Share

AcDbSectionSymbol::getSectionPoints Method

C++

void getSectionPoints(
    AcGePoint3dArray & pts
) const;

Description

Gets all of the points of the section symbol cut line.

Parameters

Parameters Description
pts Output: AcGePoint3dArray - the points of the section symbol cut line.

Links

AcDbSectionSymbol Class

Was this information helpful?