pythonocc-documentation
pythonocc-documentation copied to clipboard
STEPControl_ModelType enum typo in docs
The documentation for OCC.Core.STEPControl, in particular Readers and Writers references write modes STEPControlStd_AsIs, STEPControlStd_ManifoldSolidBrep etc. These names should not have the letters 'Std' in them - instead they should just be STEPControl_AsIs, STEPControl_ManifoldBRep etc.
See https://github.com/tpaviot/pythonocc-documentation/blob/d5eb78ddb63f780747db615ed65c12666935b999/api_doc/7.4.0beta/OCC.Core.STEPControl.html#L838