├── App.config ├── EXPRESS_Schema.cs ├── LICENSE ├── Program.cs ├── README.md ├── STEP Parser.csproj ├── STEP Parser.sln ├── StepFile.cs ├── StepUtilities.cs └── data └── sample02.step /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/App.config -------------------------------------------------------------------------------- /EXPRESS_Schema.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/EXPRESS_Schema.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/LICENSE -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/README.md -------------------------------------------------------------------------------- /STEP Parser.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/STEP Parser.csproj -------------------------------------------------------------------------------- /STEP Parser.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/STEP Parser.sln -------------------------------------------------------------------------------- /StepFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/StepFile.cs -------------------------------------------------------------------------------- /StepUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/StepUtilities.cs -------------------------------------------------------------------------------- /data/sample02.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexFemec/STEP-file-parser/HEAD/data/sample02.step --------------------------------------------------------------------------------