mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
A tool to remove tails from the wires of a shape was created. The tool is based on mechanism 'ShapeFix', is located in types 'ShapeFix_Wire' and 'ShapeAnalysis_Wire', is enabled through method 'ShapeFix_Wire::FixTailMode' and is initialized by methods 'ShapeFix_Wire::SetMaxTailAngle' and 'ShapeFix_Wire::SetMaxTailWidth' and is called through method 'ShapeFix_Wire::FixTails'. The status of any performing of the last method is accessible through method 'ShapeFix_Wire::StatusFixTails'. The tail angle is checked only at the tail start. Mechanism 'ShapeFix' was modified: - the tool is disabled by default; - algorithm 'Fix notched edges' is disabled then the tool is enabled; - the tool and the last algorithm work in turns then the tool works on the request. 'Draw' command 'fixshape' was extended by options '-maxtaila' and '-maxtailw' to test the tool. 'Draw' tests to test the tool were created. Algorithm 'fixshape' was changed in type 'ShapeProcess_OperLibrary' to - use new parameters named 'FixTailMode', 'MaxTailAngle' (in degrees) and 'MaxTailWidth' from the algorithm context; - apply the tool after the shape will be fully fixed if the tool was enabled. Place holders for the new parameters were created in the resource file of mechsnism 'STEPControl_Reader'. Test cases for issue CR26261
22 lines
482 B
Plaintext
22 lines
482 B
Plaintext
001 fix_shape
|
|
002 fix_gaps
|
|
003 same_parameter
|
|
004 fix_face_size
|
|
005 direct_faces
|
|
006 drop_small_edges
|
|
007 split_angle
|
|
008 surface_to_bspline
|
|
009 surface_to_bezier
|
|
010 split_continuity
|
|
011 split_closed_faces
|
|
012 elementary_to_revolution
|
|
013 split_angle_advanced
|
|
014 split_angle_standard
|
|
015 split_continuity_advanced
|
|
016 split_continuity_standard
|
|
017 surface_to_revolution_advanced
|
|
018 surface_to_revolution_standard
|
|
019 drop_small_solids
|
|
020 wire_tails_composed
|
|
021 wire_tails_real
|