Tagged Questions

4
votes
2answers
447 views

Parsing a CAD or BIM file and fetching/exporting the 'Layer Name'

Sound-byte Question: How easy or difficult is it to parse a CAD/BIM file and return(export) just the names of those 'Layers, Sheets, or Worksets' contained within? More Detailed Question: I'm a ...
2
votes
3answers
344 views

STEP/EXPRESS tools for .NET

Has anyone had any experience with using the STEP and EXPRESS formats in a .Net environment? I am looking for a tool that will generate a c# class structure based on an EXPRESS schema. I would also ...