Name
ManualArrangeSurfaceCovered
Type
Read
When to use it
You may use this method during the OnAfterManualArrange event.
Prototype
HRESULT SurfaceCovered(
SurfaceCovered: double /*[out]*/,
);
Explanations
The surface covered (in percent) by the current layout.
This value is between 0 and 100.
This property tells you how good is the current layout.
Parameters
SurfaceCovered - the surface covered (in percent) in the current sheet.
Remark
SurfaceCovered does not take into account the material wasted by the cutting blade. Thus, if the BladeWidth is greater than 0 the SurfaceCovered is always smaller than 100%.
See Also:
BladeWidth, OnAfterManualArrange.
Links