Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Hull and Outfitting

WO020

  • Last UpdatedMay 12, 2023
  • 1 minute read

Name

WO020 - AutoNest Interface routine - Get Number of Remained Parts

Purpose

The procedure gets the number of unnested parts.

Declaration

int wo020( void);

Input

Result

The number of unnested parts (different part geometries) is returned.

/

/*

External declarations

*/

extern "C"

{

#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API

#endif

/*

**********************************************************************

Main procedure - wo020

**********************************************************************

*/

#ifdef WIN32 TBLAYOUTPLUGIN_API

#endif

int wo020 ( void)

{

return 0;

}

}

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in