GithubHelp home page GithubHelp logo

ifcsharplibrary's People

Contributors

bsbock avatar friedricheder avatar ifcsharp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ifcsharplibrary's Issues

Cannot parse IfcPropertySingleValue

When I try to read an IFC-file (pipe example) I get an error when parsing a PropertySingleValue:

"Die Länge darf nicht kleiner als 0 (null) sein.\r\nParametername: length"} | System.ArgumentOutOfRangeException

It is the "DN" value of the pipe ("400.0000") that is not working.

IFCPARAMETERVALUE is not parsed.

#186= IFCTRIMMEDCURVE(#185,(IFCPARAMETERVALUE(269.874418757191)), IFCPARAMETERVALUE(285.07364578635)),.T.,.PARAMETER.);

This is a snippet of an IFC file which causes this error below.

ERROR on Parse2LIST.2:#186= IFCTRIMMEDCURVE(#185,(IFCPARAMETERVALUE(269.874418757191)),(IFCPARAMETERVALUE(285.07364578635)),.T.,.PARAMETER.);

"ListElement_List2to2_LengthMeasure not supportet"

I'm trying some basic operations with this library, however, I get a few errors. I want to convert an IFC4-File to Sqlite using the following code lines:

Model CurrentModel = ifc.Model.FromStepFile("PATH_TO_FILE\\file.ifc");

CurrentModel.ToSqliteFile();

I receive the following errors (console)
TODO List++TYPE: Base=ListElement_List2to2_LengthMeasure not supportet in
followed by an IfcCartesianPointList2D. Is this not yet implemented or do I miss something here?

In Visual Studio I also get the following error:
$exception | {"Der Konstruktor für den Typ "ifc.Value" wurde nicht gefunden."} | System.MissingMethodException

IFC2X3

Hi Bernhard,

how do you generate a schema for IFC2X3, at moment it only seems to work for IFC4X2. I can see you can include / exclude schema, but not sure how it generates different ones?

Thank you

Attempt to port to IfcOpenShell

I'm considering porting some of the work here to C++ and Python so that you can more easily cross platform import/export SQL and SQLite. Porting creates the risk of being out of sync with your repository. What are the plans in keeping the schema more or less stable, and how does this fit into the work of buildingSMART?

Read from step files: Errors

I tried to import different IFC-files; however I get some errors. Code looks like this:

ifc.Model helloProject = ifc.Model.FromStepFile("C:\\Users\\abc\\Documents\\AC20-FZK-Haus.ifc");

"Der Typ "Ifc.FacetedBrep " in der Assembly "IfcSharpLibrary, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden."

For other files I get a similar message concerning "Ifc.Value". (I used the "FZK house" model from https://www.ifcwiki.org/index.php?title=KIT_IFC_Examples)

Duplicate globalId

After some attempts of writing IFC models to the sql server an entity is created twice (#3909 for me). Maybe a transaction problem? It happens for not successful write to database.

[Test] IFC2SQLite

Hi Friedrich, I made a small .exp test to map from IFC schema/spec to SQLite

test.zip

The requirements:

  1. Each TYPE and ENTITY type should be a table - without duplication (I don't care about inverses/relationships, so there's not a need to map relationships, just TYPES and ENTITY types as individual tables without mapping parent/child) - also I want to drop Ifc prefixes (IfcPerson = Person)
  2. A query that shows each ENTITY holds which ENTITY types (including inverses) but it won't be a table, it'd be just a list or something like that

How to use your library ?

Hi team, can I know the reason why this source missing, your team still working on process ?
I saw so many log can't resolve
image

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.