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

automatic recognition of screws

Open EgonScofield opened this issue 4 years ago • 1 comments

Hi, i need your help. I started a new programm and want to recognise if my STEP file is a screw, also i want to extract the name out of the header section. I m using from OCC.Extend.DataExchange import read_step_file to read my file. Can someone help me? I just need some hints Greetings Egon

EgonScofield avatar Jan 03 '21 09:01 EgonScofield

Hi,

Check this Repro: https://github.com/dblanding/step-analyzer

It analyses the STEP file and gives you all the name and parts of the shapes

JonathanFalise avatar May 11 '23 13:05 JonathanFalise