SolidDesigner_to_HyperFact_Hole (
    Version(1.2);
    Comment("Blind Hole with Partial Fit") ;
    Name("") ;
    Start_Position(${x0},${y0},${z0});
    End_Position(${x0}+${P2}*${dx},${y0}+${P2}*${dy},${z0}+${P2}*${dz});
    Diameter_with_Iso_Tolerance(${P1}, "H7");	or
    Diameter_with_Min_Max_Tolerance(${P1}, 0.01, 0.05) ;
    Cone_Angle(${P3}) ;
    Chamfer_Depth(0.0) ;
    Chamfer_Angle(0.0) ;
    Tolerance_Depth(${P3}) ;
)