Descripes an information for oneup-nesting requiest. More...
Public Attributes | |
int | nDrwId |
Id of the 1-up drawing. | |
int | nArtId |
Id of the article. | |
int | nCount |
The request-count (number of instances needed for this 1-up) | |
double | dblOverprodRatio |
VARIANT_BOOL | bChecked |
Is the entry 'enabled'. | |
double | dPartOffset |
The offset (bleed) to a apply to the part when performing nesting-calculatino request. | |
PartRotationStyle | rotStyle |
How the part can be rotated when performing a nesting-calculation request. | |
Descripes an information for oneup-nesting requiest.
int NestingOneupInfo::nDrwId |
Id of the 1-up drawing.
int NestingOneupInfo::nArtId |
Id of the article.
int NestingOneupInfo::nCount |
The request-count (number of instances needed for this 1-up)
double NestingOneupInfo::dblOverprodRatio |
if nCount=1000 and dblOverprodRatio=0.1 the system will try to nest 1100 parts, and if it produces 1150, the 'excess' will be 50, not 150 You could achieve exactly the same behaviour with nCount=1100 and dblOverprodRatio=0
VARIANT_BOOL NestingOneupInfo::bChecked |
Is the entry 'enabled'.
double NestingOneupInfo::dPartOffset |
The offset (bleed) to a apply to the part when performing nesting-calculatino request.
PartRotationStyle NestingOneupInfo::rotStyle |
How the part can be rotated when performing a nesting-calculation request.