model.checkResult(CompSolid_1, model, 1, [2], [2], [13], [54], [108])
model.testHaveNamingSubshapes(CompSolid_1, model, Part_1_doc)
+# to reuse all results, undo the solid and 3 groups creation
+model.undo()
+model.undo()
+model.undo()
+model.undo()
+
# =============================================================================
# Test 2. Build compsolid containing 3 solids
# =============================================================================
Box_2 = model.addBox(Part_1_doc, 10, 10, 10)
Translation_1 = model.addTranslation(Part_1_doc, [model.selection("SOLID", "Box_2_1")], model.selection("EDGE", "PartSet/OX"), 10)
+model.do()
Shell_1 = model.addShell(Part_1_doc, [model.selection("FACE", "Box_1_1/Top"), model.selection("FACE", "Translation_1_1/MF:Translated&Box_2_1/Top")])
model.do()
model.checkResult(Shell_1, model, 1, [0], [0], [2], [8], [16])
FusionFaces_1 = model.addFusionFaces(Part_1_doc, model.selection("SHELL", "Shell_1_1"))
-model.do()
+model.end()
model.checkResult(FusionFaces_1, model, 1, [0], [0], [1], [4], [8])
+model.undo() # to reuse Box_1_1 and Translation_1_1
+model.undo()
+model.begin()
+
# =============================================================================
# Test 2. Fusion faces for solid of 2 adjacent boxes
# =============================================================================
Point_1 = model.addPoint(Part_1_doc, 0, 0, 5)
Plane_1 = model.addPlane(Part_1_doc, model.selection("EDGE", "PartSet/OZ"), model.selection("VERTEX", "Point_1"), True)
-Partition_1 = model.addPartition(Part_1_doc, [model.selection("SHELL", "Shell_2_1"), model.selection("FACE", "Plane_1")])
+Partition_1 = model.addPartition(Part_1_doc, [model.selection("SHELL", "Shell_1_1"), model.selection("FACE", "Plane_1")])
model.do()
model.checkResult(Partition_1, model, 1, [0], [0], [2], [8], [16])
Cut_1 = model.addCut(Part_1_doc, [model.selection("SOLID", "Revolution_1_1")], [model.selection("COMPOUND", "Cut_tool")])
Fuse_1 = model.addFuse(Part_1_doc, [model.selection("SOLID", "Cut_1_1"), model.selection("COMPOUND", "Fuse_tool")])
FusionFaces_1 = model.addFusionFaces(Part_1_doc, model.selection("SOLID", "Fuse_1_1"))
-model.end()
+model.do()
# check the faces are fused
model.checkResult(FusionFaces_1, model, 1, [0], [1], [16], [76], [152])
+
+model.end()
\ No newline at end of file
model.do()
big2 = model.addExtrusion(mypart, sk3.selectFace(), 110)
-cut2 = model.addCut(mypart, big2.results(), smallcyl.results())
+smallcyl2 = model.addExtrusion(mypart, sk2.selectFace(), 150)
+cut2 = model.addCut(mypart, big2.results(), smallcyl2.results())
model.end()
Cone_2 = model.addCone(Part_1_doc, model.selection("VERTEX", "PartSet/Origin"), model.selection("EDGE", "PartSet/OZ"), 10, 5, 10)
Cone_3 = model.addCone(Part_1_doc, model.selection("VERTEX", "PartSet/Origin"), model.selection("EDGE", "PartSet/OZ"), 5, 10, 20)
Fuse_1 = model.addFuse(Part_1_doc, [model.selection("SOLID", "Cone_2_1"), model.selection("SOLID", "Cone_3_1")], True)
+
+model.do()
Solid_2_objects = [model.selection("FACE", "Fuse_1_1/Modified_Face&Cone_2_1/Face_3&Cone_3_1/Face_3"),
model.selection("FACE", "Fuse_1_1/Modified_Face&Cone_2_1/Face_1"),
model.selection("FACE", "Fuse_1_1/Modified_Face&Cone_3_1/Face_1"),
model.selection("FACE", "Cone_3_1/Face_2")]
Solid_2 = model.addSolid(Part_1_doc, Solid_2_objects)
checkNonCone(Solid_2)
+model.end()
+
+# in order to use study objects once again, undo Test7 actions
+model.undo()
# Test 8. Check non-conical shell
+model.begin()
Shell_1_objects = [model.selection("FACE", "Rotation_1_1/MF:Rotated&Cone_1_1/Face_3"),
model.selection("FACE", "Partition_1_1_1/Modified_Face&Cone_1_1/Face_1"),
model.selection("FACE", "Partition_1_1_2/Modified_Face&Cone_1_1/Face_1"),
Shell_2 = model.addShell(Part_1_doc, [model.selection("FACE", "Fuse_1_1/Modified_Face&Cone_2_1/Face_1"), model.selection("FACE", "Fuse_1_1/Modified_Face&Cone_3_1/Face_1")])
checkNonConeShell(Shell_2)
+model.end()
+
+# in order to use study objects once again, undo Test8 actions
+model.undo()
# Test 9. Check error on conversion to wrong type of curve
+model.begin()
anEdge = model.addEdge(Part_1_doc, [model.selection("EDGE", "[Partition_1_1_2/Modified_Face&Cone_1_1/Face_1][Rotation_1_1/MF:Rotated&Cone_1_1/Face_2]")])
aShape = anEdge.result().resultSubShapePair()[0].shape()
assert(aShape.isEdge())
assert(aShape.edge().ellipse() is None)
assert(aShape.edge().line() is None)
+model.end()
+
+model.undo()
+
+model.begin()
anEdge = model.addEdge(Part_1_doc, [model.selection("EDGE", "[Partition_1_1_2/Modified_Face&Cone_1_1/Face_1][weak_name_2]")])
aShape = anEdge.result().resultSubShapePair()[0].shape()
cone = GeomAPI_Cone(apex, dir, semiAngle, radius)
assert(cone.location().distance(apex) < TOLERANCE)
-
-
model.end()
std::list<ObjectPtr>::const_iterator aRefIter = aReferencedList.cbegin();
for(; aRefIter != aReferencedList.cend(); aRefIter++) {
const ObjectPtr& aReferenced = *aRefIter;
+ if (!aReferenced.get())
+ continue;
// get all results and feature that is referenced to see all references to them
FeaturePtr aReferencedFeature;
if (aReferenced->groupName() == ModelAPI_Feature::group()) {
if (alreadyProcessed.count(aReferencedFeature))
continue;
alreadyProcessed.insert(aReferencedFeature);
+ /* it takes all results, not only concealed
std::list<ResultPtr> aReferencedResults;
ModelAPI_Tools::allResults(aReferencedFeature, aReferencedResults);
+ */
+ std::list<ResultPtr> aReferencedResults;
+ ResultBodyPtr aRefBody = std::dynamic_pointer_cast<ModelAPI_ResultBody>(aReferenced);
+ if (aRefBody.get()) { // take only sub-results of this result or sub-result
+ ResultBodyPtr aRoot = ModelAPI_Tools::bodyOwner(aRefBody, true);
+ if (aRoot.get()) {
+ ModelAPI_Tools::allSubs(aRoot, aReferencedResults, false);
+ aReferencedResults.push_back(aRoot);
+ } else
+ aReferencedResults.push_back(aRefBody);
+ }
+
std::list<ResultPtr>::iterator aRefRes = aReferencedResults.begin();
bool aCheckFeature = true; // the last iteration to check the feature
while(aRefRes != aReferencedResults.end() || aCheckFeature) {
Fuse_1.setMainObjects([model.selection("COMPOUND", "all-in-Box_1"), model.selection("COMPOUND", "all-in-Cylinder_1"), model.selection("COMPOUND", "all-in-Sphere_1")])
model.end()
# partition must become invalid because it refers to the same object as fuse
-assert(not aFactory.validate(Fuse_1.feature()))
-assert(aFactory.validate(Partition_1.feature()))
+assert(aFactory.validate(Fuse_1.feature()))
+assert(not aFactory.validate(Partition_1.feature()))