|
我想画一个由圆管制成的框,我是先画一个圆,然后用extrudeAlongPath(const AcDbRegion* region,
const AcDbCurve* path)函数进行拉伸,但是这个path要求是 , , , , , , or a non-spline fit 等,但是我的path偏偏是。因为我的path是由直线和圆角组成的,我用的是AcDbPolyline::addVertexAt(unsigned int index,const AcGePoint2d& pt,double bulge = 0.,double startWidth = -1.,double endWidth = -1)来创建这条path,而和 都没有找到能创建直线和圆角连接的方法。请高人指点,我这个path的类型如何解决。
|
|