pythonocc-documentation icon indicating copy to clipboard operation
pythonocc-documentation copied to clipboard

STEPControl_ModelType enum typo in docs

Open raovgarimella opened this issue 4 years ago • 0 comments

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

raovgarimella avatar Dec 20 '21 22:12 raovgarimella