mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Implementation of the 3D model De-featuring algorithm intended for the removal of the unwanted parts (or features) from the model consisting of solids. The features can be the holes, protrusions, gaps, chamfers, fillets etc. The algorithm removes all possible requested features from the shape and builds the new shape as a result. The input model is not modified. On the API level the algorithm is implemented in the class *BRepAlgoAPI_Defeaturing*. The actual features removal is performed by the low-level algorithm *BOPAlgo_RemoveFeatures*. Documentation of the new classes. Implementation of the DRAW commands for working with new algorithm. Test cases for the new functionality. Changes in other algorithms used by De-featuring algorithm: - Provide history support for the solids in *ShapeUpgrade_UnifySameDomain* algorithm; - Implementation of the mechanism to merge History of any Algorithm with standard history methods such as IsDeleted(), Modified() and Generated() into *BRepTools_History*.
16 lines
612 B
Plaintext
16 lines
612 B
Plaintext
pload XDE
|
|
|
|
stepread [locate_data_file bug26689_nist_ctc_01_asme1_ap242.stp] s *
|
|
copy s_1 s
|
|
explode s f
|
|
|
|
compound s_146 s_135 s_149 s_141 s_132 s_140 s_144 s_130 s_122 s_148 s_134 s_139 s_147 s_127 s_145 s_120 s_150 s_129 s_136 s_125 s_142 s_121 s_126 s_151 s_124 s_143 s_138 s_118 s_133 s_137 s_131 s_119 s_123 s_128 nist
|
|
|
|
removefeatures result s nist
|
|
checkshape result
|
|
checkprops result -s 807081 -v 1.46448e+007 -deps 1.e-7
|
|
checknbshapes result -vertex 206 -edge 322 -wire 140 -face 117 -shell 1 -solid 1 -t
|
|
CheckIsFeatureRemoved nist {v e f}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|