steputils
steputils copied to clipboard
STEPutils is a Python package to manage STEP model data.
Hi @mozman I'm using this parser and I would be glad if you can help me. I have this code so far: ``` from steputils import p21 # Read the...
Hello, i want to make a program, that extracts the name of parts out of a STEP file. For this i m using the p21.py and the Functions p21.readfile(). `...
I have been found following list of bytes can not decode X\E0 \X\E1 ... \X\E9 \X\AD \X\AE \X\F6
`UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 6945: invalid start byte ` When I manually search for the special characters and delete them in the file then it...