2 Star 4 Fork 3

danel996 / AutoCAD-ObjectArx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CCircleUtil.h 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
lysjq 提交于 2018-07-15 15:21 . Some ObjectArx class
#pragma once
class CCircleUtil
{
public:
CCircleUtil();
~CCircleUtil();
//圆心、圆所在平面和半径作圆
static AcDbObjectId add(const AcGePoint3d &Point, const AcGeVector3d &Normal, double radius);
//圆心、XOY平面和半径作圆
static AcDbObjectId add(AcGePoint3d &Point, double radius);
//两点在XOY平面上作圆
static AcDbObjectId add(AcGePoint2d &FirstPoint, AcGePoint2d &SecondPoint);
//三点在XOY平面作圆
static AcDbObjectId add(AcGePoint2d &FirstPoint, AcGePoint2d &SecondPoint, AcGePoint2d &ThirdPoint);
};
1
https://gitee.com/anheihb03dlj/AutoCAD-ObjectArx.git
git@gitee.com:anheihb03dlj/AutoCAD-ObjectArx.git
anheihb03dlj
AutoCAD-ObjectArx
AutoCAD-ObjectArx
master

搜索帮助