API Documentation > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemHolesetdepthSet
Function ProMfgprocitemHolesetdepthSet
Description
Assigns the holeset depth for the step. This function supports steps with only a single holeset. The holeset type must be "Blind". The end reference type will be changed to be "Along Axis" after using this function.
Licensing Requirement
Synopsis
ProMfgprocitemHolesetdepthSet
(
/* (In)
The manufacturing process step.
*/
double holeset_depth
/* (In)
The holeset depth.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The manufacturing process table was not initialized, see ProMfgProctableEnable()
This type of item does not contain holesets.
The step contains multiple holesets, use the element tree for step to modify it instead of using this function.
The type of the holeset is not "Blind".
This step is associated to a feature. Use the feature element tree to access this value.
See Also
Sample Code References
User Guide References
Was this helpful?