mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1) BRepLib::UpdateTolerances(..) & BRepLib::SameParameter(..) functions now support non-mutable input feature. reshaper is used to store modified copies of subshapes of original (input) shape(s) as substitutions. 2) IsNewShape(..) method has been added to BRepTools_ReShape to check if the given shape has been recorded as a value
25 lines
569 B
Plaintext
25 lines
569 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
|
|
022 reshape
|
|
023 unify_same_domain
|
|
014 same_parameter_locked
|
|
015 update_tolerance_locked |