AcDbSection::AcDbSection

ACDB_PORT AcDbSection(
    const AcGePoint3dArray& pts, 
    const AcGeVector3d& verticalDir
);
Parameters
Parameters 
Description 
const AcGePoint3dArray& pts 
Input vertex points on the section line; should contain at least two points 
const AcGeVector3d& verticalDir 
Input vector on the first segment's plane, normal to the section line 
Description

Constructs a section plane using the specified points and vector. 

 

Links