|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <OffsetHelper.h>
静态 Public 成员函数 | |
| static Base::Geometry * | createOffsetByBaseGeometry (Base::Geometry *pGeo, int offsetMode, double offsetValue) |
| 根据基础几何创建偏移几何对象 | |
| static Base::PolyLine | offset (const Base::PolyLine &polyLine, const int offsetMode, const double offsetValue) |
| 根据指定的偏移模式和偏移距离,生成输入多段线的偏移曲线 | |
| static bool | offsetObj (App::IDocumentObject *pObj, int offsetMode, double offsetValue) |
| 对文档对象执行偏移操作 | |