Page 1 of 1

incorrect documentation for IMesh64

Posted: Thu Nov 19, 2020 5:34 am
by Adam Henkel
Hi

There seems to be a discrepancy in online help for mesh interfaces in 64 bit dgkernel. The documentations uses int for position everywhere, but the object browser shows it as long, which is 64 bit. Which one is correct, to be sure?
Thanks

Re: incorrect documentation for IMesh64

Posted: Sun Dec 13, 2020 11:11 pm
by Prashant Kande
Hi Adam,
Sorry for the late answer.
Position is defined as POSN type which in 64 bit product resolves to long (64 bit unsigned integer).
We have corrected the documentation. Thank you for pointing this out.