mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
- Align example variable names with OCCT conventions; modernize macros and types (Handle -> occ::handle, NULL -> nullptr, PI -> M_PI, Standard_EXPORT casing). - Correct API and enum names across user guides (BOPTools_Tools -> BOPTools_AlgoTools, BOPAlgo_Glue -> BOPAlgo_GlueEnum, Geom_BSplineSurface, BRepPrimAPI_MakePrism, TransferOne, FindAttribute, BRepFeat_MakePrism int-Fuse signature). - Fix long-standing snippet bugs: GetClosedWires/GetOpenWires mix-up, inverted IsNull in xde, vertex dimension, missing IsDone() guards in tutorial, missing loop around Rake.Add, JSON syntax in debug, BNF brackets in brep_format, sphere latitude range, plus assorted typos.