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

Hull and Outfitting

WO018

  • Last UpdatedMay 12, 2023
  • 1 minute read

Name

WO018 - AutoNest Interface routine - Create Partly Filled Nest

Purpose

The procedure creates one partly filled nest for automatic filling with remaining parts. Before calling this procedure raw plates and parts must have been defined.

Declaration

void wo018( const int NestedPlateNo,

const int RawPlateNo, const int QuantityNormal, const int QuantityMirror, const char *Assembly,

const char *ProductionDate, const int NumberOfNestedParts);

Input

Parameter:

NestedPlateNo

The identification number for the nestedplate

RawPlateNo

The identification number for the used raw plate

QuantityNormal

The number of nestings burned normal inthe partly filled nesting

QuantityMirror

The number of nestings burned mirrored in the partly filled nesting

Assembly

Assembly where most of the parts are belonging

ProductionDate

Production date for most of the parts NumberOfNestedParts. The number of nested parts

Result

Parameters: None

/

/*

External declarations

*/

extern "C"

{

#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API

#endif

/*

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

Main procedure - wo018

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

*/

#ifdef WIN32 TBLAYOUTPLUGIN_API

#endif

void wo018( const int /* NestedPlateNo */, const int /* RawPlateNo */, const int /* QuantityNormal */, const int /* QuantityMirror */, const char * /* Assembly */,

const char * /* ProductionDate */, const int /* NumberOfNestedParts */)

{

}

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