Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in getting control points for surface in UF_MODL_ask_bsurf

Status
Not open for further replies.

WilsonBlr

Aerospace
Joined
Jun 11, 2014
Messages
19
Location
IN


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 ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top