Jump to content

Evaluatepoint() Function


Guest xionmark

Recommended Posts

Guest xionmark

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...