wangdan 发表于 2003-5-20 15:49:00

怎样得到三维实体的定义点?

我有个问题想请教大伙,怎样得到三维实体的定义点?

zfbj 发表于 2003-5-23 09:07:00

试试吧

Acad::ErrorStatus

getPointAt(

Adesk::UInt16 idx,

AcGePoint3d& pntRes) const;

idx Input index (0-3) of the desired point in the solid
pntRes Output the value of the desired point

wangdan 发表于 2003-5-23 10:47:00

thanks

多谢
页: [1]
查看完整版本: 怎样得到三维实体的定义点?