API 文件集 > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemHolesetdepthGet
Function ProMfgprocitemHolesetdepthGet
Description
Obtains the holeset depth for the step. This function supports only steps which contain a single holeset of type "Blind" and an end reference type of "Along Axis".
Licensing Requirement
Synopsis
ProMfgprocitemHolesetdepthGet
(
/* (In)
The manufacturing process step.
*/
double* holeset_depth
/* (Out)
The holeset depth.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The manufacturing process table is not initialized, see ProMfgProctableEnable()
This process item is does not contain holesets.
This process step contains multiple holesets. Use the element tree for the step to access this property instead of this function.
The holeset depth is not specified as the type of holeset is not "Blind" and/or the end reference type is not "Along Axis"..
This step is associated to a feature. Use the feature element tree to access this information.
See Also
這是否有幫助?