查看单个帖子
旧 2009-05-05, 10:44 AM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】extrusion

extrusion
extrusion
hello,
how can i know if an entity for example a polyline have or not have extrusion?
and then,
how can i obtain its wcs coordinates?
my code is this:
...
oddbpolylineptr polyline;
odgepoint3d point;
...
odgevector3d normal = polyline->normal();
...
for(int i=0; i<polyline->numverts(); i++)
{
polyline->getpointat(i, point);
point.transformby(odgematrix3d:lanetoworld(norma l));
}
...
but the coordinates are wrong.
thanks.
if oddbpolyline::thickness() returns non-zero than the polyline is extruded.
where are 2 getpointat() functions returning 2d or 3d points.
2d point returned is in ocs.
3d point is in wcs
sergey slezkin
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)