WilsonBlr
Aerospace
- Jun 11, 2014
- 19
I am trying to get control points and other data for a NURBS surface. I am using the UF_MODL_ask_bsurf method.
Code:
UF_MODL_bsurface_p_t t_struc_info;
UF_CALL(UF_MODL_ask_bsurf(SurfId, t_struc_info));
I get the following error without any proper error message or error code.
====================================================
Failed to handle error condition correctly - exiting
General Fault Exception
====================================================
Has anybody come across this or is there a workaround for this ?