Hi, Boyd:<br><br>Here&#39;s another fix for create skin surface. Please feel free the test it out. Testcase is at trunk/test/loft.cpp.<br><br>Thanks.<br><br>Jane<br><br><div class="gmail_quote">On Fri, Dec 23, 2011 at 1:40 PM, Boyd Tidwell <span dir="ltr">&lt;<a href="mailto:boyd@csimsoft.com">boyd@csimsoft.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The following:<br><br>   create vertex 0 0 0<br>   create vertex 1 0 0<br>   create vertex 0 1 0<br>
   create vertex 1 1 0<br>   create curve vertex 1 2<br>   create curve vertex 3 4<br>   create surface skin curve 1 2<br>
<br>does not work correctly.  The create surface command returns with no message of any sort but it is obvious the command failed because no surface is created.  Debug shows that the OCCModifyEngine::sort_curves method called from OCCModifyEngine::make_Surface (the one which takes a curve_list as input) returned CUBIT_FAILURE which aborts the command.  I traced through execution of sort_curves but was not able to determine exactly what the problem was but it obviously comes to the wrong conclusion concerning the curves to be sorted.<br>

<br>Thanks muchly,<br><br>  - Boyd<br>
</blockquote></div><br>