高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odge function implementations
odge function implementations
odge function implementations
hi,
i am trying to use following functions and getting linking errors (lnk2019):
odgelinearent3d::getperpplane()
odgelinearent3d::intersectwith(const odgeplanarent& plane, odgepoint3d& intpnt, const odgetol& tol = odgecontext::gtol)
odgecurve3d::closestpointto()
i am linking to ge libs fine since i am able to use other functions defined in odgelinearent3d successfully. are these functions yet not implemented? if yes, any plans to implement such functions in near future?
thx.
error message example:
error lnk2019: unresolved external symbol "__declspec(dllimport) public: class odgepoint3d __thiscall odgecurve3d::closestpointto(class odgepoint3d const &,class odgetol const &)const
these functions are implemented and will be available in 1.14
vladimir
|