EdgePitchModelSize
Gets the size of an edge pitch model
int EdgePitchModelSize(
const IMAGE *image,
const FIG_HEADER *figure
)
Parameters
*image
|
Image data structure address
|
*figure
|
Figure data structure address
|
Return Value
Model size (in bytes)
ERROR(-1): Unsuccessful completion
Description
Gets the size of the space required for model data of the edge pitch.
The figure passed by the FIGURE structure must be "wide straight line", "circumference", or "arc".
Notes