Home
Reply
Contributor
triet
Posts: 28

Geometry Caching

Hi,

 

Can someone explain more in details how Geometry Caching in ACIS works? An example would be helpful.

 

Thanks.

 

Manhtriet.

Spatial Moderator
ybiyani
Posts: 231

Re: Geometry Caching

Hello Mantriet,

 

Can you please provide some more specifics on what exactly is missing from the help? http://doc.spatial.com/index.php/Geometry_Caching_and_the_Global_Cache_Manager

 

Regards,

Yogesh

Contributor
triet
Posts: 28

Re: Geometry Caching

Hi Yogesh,

 

I understand the concept of the cache objects when the same arguments are used. I was not sure whether the cache objects are used for optimizing the query operations when the arguments are somewhat related to the cach arguments or not. For instance, if a point evaluation is done for param (x1,y1,z1), now if I pass the next param (x2,y2,z2) which is curve-linear with the previous point:

-Does the next evaluation is based on the cache (u,v) for (x1,y1,z1) for reducing the # iterations or it will start from the beginning? or

-The global cache only works if I pass again param (x1,y1,z1)

 

Thanks.

 

Manhtriet.

 

BTW, there seems to be a minor typo on this page http://doc.spatial.com/index.php/Geometry_Caching_and_the_Global_Cache_Manager
evalate should be evaluate I think.

Contributor
GavinMartin
Posts: 6

Re: Geometry Caching

Thanks for valuable post. You have increased my knowledge. I read whole post and it really helped me in solving my queries.