Create an empty CAMTemplate. This template will represent a hole template.
returnValue = adsk.cam.CAMTemplate.createEmptyHoleTemplate()
#include <Cam/CAMTemplate/CAMTemplate.h>returnValue = adsk::cam::CAMTemplate::createEmptyHoleTemplate();