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...
### Background https://www.steptools.com/stds/step/IS_final_p21e3.html#clause-6-4-2 defines the REAL data type as follows: > The encoding shall consist of a decimal mantissa optionally followed by a decimal exponent. The decimal mantissa consists of...
In the documentation of steputils, we can see this constructor for FILENAME in the Header section: FILE_NAME(name: str, time_stamp: str, **author: str,** organization: ParameterList, **preprocessor_version: ParameterList**, originating_system: str, authorization: str)...