高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】unresolved Symbols In Some Geometry
unresolved symbols in some geometry
unresolved symbols in some geometry
i receive linker errors when trying to use odgepoint3d::convert2d() and other plane stuff.
shall i connect to some other think or they are simple left unimplemented?
thanks in advance.
regards
chudomir
best regards
chudomir
they are not implemented.
most of such functions are easy to implement but where is a lot of them.
it would be helpful if you supply a list of functions you need.
sergey slezkin
hi,
here is a list of some needed commands - i think they shopuld be very useful because a large set of tasks are the tasks for getting 2d stuff from the db entities in given planes.
odgelinearent3d::intersectwith(const odgelinearent3d& line, odgepoint3d& intpt, const odgetol& tol = odgecontext::gtol);
odgelinearent2d::intersectwith(const odgelinearent2d& line, odgepoint2d& intpt, const odgetol& tol = odgecontext::gtol);
odgepoint3d::convert2d(const odgeplanarent& pln);
odgepoint3d: rthoproject(const odgeplanarent& pln);
odgepoint3d: dgepoint3d(const odgeplanarent& pln,const odgepoint2d& pnt2d);
odgevector3d: dgevector3d(const odgeplanarent&,const odgevector2d&);
odgevector2d odgevector3d::convert2d(const odgeplanarent& pln) const;
odgeplanarent methods;
and this one throws exception for not implemented:
oddbblocktablerecord::getpreviewicon();
thanks in advance.
regards
chudomir
best regards
chudomir
thanks for the feedback. we don't have a firm date for these items yet, but we will add them to our list.
|