API 文档 > Miscellaneous > Object ProEcad > Function ProEcadImpHolesAddDiamRange
Function ProEcadImpHolesAddDiamRange
Description
Set holes import creation method for all holes in a given diameter range.
Synopsis
#include <ProEcadUtils.h>
ProEcadImpHolesAddDiamRange
(
/* (In)
The pointer to the handle for the ProEcadImpOpts.
*/
double diam_lower_bound
/* (In)
Diameter lower bound (-1.0 for unbounded).
*/
double diam_upper_bound
/* (In)
Diameter upper bound (-1.0 for unbounded).
*/
/* (In)
Hole creation method ProTKEcadImpHolesCreateMethod.
*/
)
Returns
The function successfully retrieved the information.
One or more input arguments is invalid.
这对您有帮助吗?