SolidDesigner_to_GenericCam_Hole (
    Version(1.2);
    Comment("Countersink Hole") ;
    Name("") ;
    Start_Position(${x0},${y0},${z0});
    Direction(${dx},${dy},${dz});
    Depth(${P3}) ;
    Diameter_with_Iso_Tolerance(${P1}, "${P5}");
    Cone_Angle(180.0) ;
    Chamfer_Depth(0.0) ;
    Chamfer_Angle(0.0) ;
)
SolidDesigner_to_GenericCam_Hole (
    Version(1.0);
    Comment("") ;
    Name("") ;
    Start_Position(${x0}+${P2}*${dx},${y0}+${P2}*${dy},${z0}+${P2}*${dz})
    Direction(${dx},${dy},${dz});
    Depth(${P4}-${P2}) ;
    Diameter_with_Iso_Tolerance(${P3}, "${P6}");
    Chamfer_Depth(0.0) ;
    Chamfer_Angle(0.0) ;
)