- UID
- 37996
- 积分
- 0
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2003-3-24
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
哪位可以解释一下面域AcDbRegion的函数,
virtual Acad::ErrorStatus
getAreaProp(
const AcGePoint3d& origin,
const AcGeVector3d& xAxis,
const AcGeVector3d& yAxis,
double& perimeter,
double& area,
AcGePoint2d& centroid,
double momInertia[2],
double& prodInertia,
double prinMoments[2],
AcGeVector2d prinAxes[2],
double radiiGyration[2],
AcGePoint2d& extentsLow,
AcGePoint2d& extentsHigh) const;
其中有许多参数,尤其是: double momInertia[2],
double& prodInertia,
double prinMoments[2],
AcGeVector2d prinAxes[2],
double radiiGyration[2],
AcGePoint2d& extentsLow,
是什么意思,书上都没有,帮助里又是英文,很难理解。如果能提供例子就更好了。 |
|