Ask topology in Nxopen
Ask topology in Nxopen
(OP)
Hi guys,
I find there are some functions like "UF_BREP_ask_topology" in the brep.h file. However,when i use c#, i cannot find these method?
I find there are some functions like "UF_BREP_ask_topology" in the brep.h file. However,when i use c#, i cannot find these method?





RE: Ask topology in Nxopen
www.nxjournaling.com
RE: Ask topology in Nxopen
Thank you for help again.
Does that mean users have totally no access to those functions?
RE: Ask topology in Nxopen
It may also be possible to call unmanaged code from C# and "marshal" the results; though I'm not sure it is possible in this case. For some more info on this process see: http://msdn.microsoft.com/en-us/library/aa288468%2...
www.nxjournaling.com
RE: Ask topology in Nxopen
Ok.
I didn't know that before.
I can give a try.
Thank you!