www.mxdraw.com
|
构造函数
McDb2LineAngularDimension(const McGePoint3d& xLine1Start, const McGePoint3d& xLine1End, const McGePoint3d& xLine2Start, const McGePoint3d& xLine2End, const McGePoint3d& arcPoint, const TCHAR * dimText = NULL, McDbObjectId dimStyle = McDbObjectId::kNull);
参数 |
说明 |
const McGePoint3d& xLine1Start |
角度标注第一个参考线的开始点 |
const McGePoint3d& xLine1End |
角度标注第一个参考线的结束点 |
const McGePoint3d& xLine2Start |
角度标注第二个参考线的开始点 |
const McGePoint3d& xLine2End |
角度标注第二个参考线的结束点 |
const McGePoint3d& arcPoint |
文字位置点 |
const TCHAR * dimText = NULL |
标注替换文字 |
McDbObjectId dimStyle = McDbObjectId::kNull |
标注样式id |