Public Member Functions | |
def | test00 (self) |
def | test01 (self) |
def | test02 (self) |
def | test03 (self) |
def | test10 (self) |
def | test11 (self) |
Public Member Functions inherited from PathTests.PathTestUtils.PathTestBase | |
def | assertArc (self, edge, pt1, pt2, direction="CW") |
def | assertCircle (self, edge, pt, r) |
def | assertCoincide (self, pt1, pt2, error=0.0001) |
def | assertCommandEqual (self, c1, c2) |
def | assertConeAt (self, solid, pt, r1, r2, h) |
def | assertCurve (self, edge, p1, p2, p3) |
def | assertCylinderAt (self, solid, pt, r, h) |
def | assertEdgeShapesMatch (self, e1, e2) |
def | assertEqualLocale (self, s1, s2) |
def | assertLine (self, edge, pt1, pt2) |
def | assertLines (self, edgs, tail, points) |
def | assertPlacement (self, p1, p2) |
def | assertPointsMatch (self, pts0, pts1) |
def | assertRoughly (self, f1, f2, error=0.00001) |
Public Attributes | |
CuttingEdgeAngle | |
Diameter | |
def PathTests.TestPathDeburr.TestPathDeburr.test00 | ( | self | ) |
Verify chamfer depth and offset for an end mill.
References PathTests.PathTestUtils.PathTestBase.assertRoughly().
Referenced by PathTests.TestPathTool.TestPathTool.test01(), PathTests.TestPathToolController.TestPathToolController.test01(), PathTests.TestPathTooltable.TestPathTooltable.test01(), PathTests.TestPathTool.TestPathTool.test02(), and PathTests.TestPathTooltable.TestPathTooltable.test02().
def PathTests.TestPathDeburr.TestPathDeburr.test01 | ( | self | ) |
Verify chamfer depth and offset for a 90 deg v-bit.
References PathTests.PathTestUtils.PathTestBase.assertRoughly().
def PathTests.TestPathDeburr.TestPathDeburr.test02 | ( | self | ) |
Verify chamfer depth and offset for a 90 deg v-bit with non 0 flat radius.
References PathTests.PathTestUtils.PathTestBase.assertRoughly().
def PathTests.TestPathDeburr.TestPathDeburr.test03 | ( | self | ) |
Verify chamfer depth and offset for a 60 deg v-bit with non 0 flat radius.
References PathTests.PathTestUtils.PathTestBase.assertRoughly().
def PathTests.TestPathDeburr.TestPathDeburr.test10 | ( | self | ) |
Verify missing cutting edge angle info prints only once.
def PathTests.TestPathDeburr.TestPathDeburr.test11 | ( | self | ) |
Verify missing tip diameter info prints only once.
References Ui_TaskHoleParameters.Diameter, Fem::ConstraintGear.Diameter, PartDesign::Hole.Diameter, Path::Tool.Diameter, PathTests.TestPathDeburr.TestPathDeburr.Diameter, and PathTests.TestPathVcarve.VbitTool.Diameter.
PathTests.TestPathDeburr.TestPathDeburr.CuttingEdgeAngle |
PathTests.TestPathDeburr.TestPathDeburr.Diameter |
Referenced by PathTests.TestPathDeburr.TestPathDeburr.test11().