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