Guest xionmark Posted January 29, 2007 Share Posted January 29, 2007 Hi there, I've never used the evaluatePoint() function before (at least I don't remember), and since the HDK docs are a bit thin, I can't find any info on it. I thought someone here might have seen or used this function before ... Here's a code snippet: const GEO_PrimList& primList = curveDetail->primitives(); base_curve = dynamic_cast<const GEO_Curve*>(primList.head()); UT_Vector4 rad_min, rad_max; if( base_curve->evaluatePoint( rad_min, 0.0 ) ) { printf ("ERROR : Error evaluating"); return error(); } I'm not sure what the second argument to the evaluatePoint() does. Hints? --Mark Quote Link to comment Share on other sites More sharing options...
Guest xionmark Posted January 30, 2007 Share Posted January 30, 2007 Never mind ... figured it out ... Monday Monday ... :-0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.