Skip to main content
Solved

IFC reader fails IfcIndexedPolyCurve

  • February 27, 2023
  • 2 replies
  • 33 views

jlw_tyrens
Contributor
Forum|alt.badge.img+2

I have an issue regarding reading of an Ifc-file with IfcIndexedPolyCurve. I get the following error message:

"Skipping instance #76275: Instance is not syntactically valid."

Row #76275 (and #45512) looks like this in the Ifc-file:

"#76275=IFCINDEXEDPOLYCURVE(#45512,((1,2)),$);"

"#45512=IFCCARTESIANPOINTLIST2D(((0.0,0.0),(529.509035052,0.0)));"

 

Any clues? I think that the Ifc-file is exported from ArchiCAD.

 

//Johan

Best answer by jovitaatsafe

Hi @Johan Larsson Wallin​,

The only thing I've noticed so far is that support for IfcIndexedPolyCurve which contain vertical arcs was added in FME 2019.0, are you running FME 2019 or newer?

 

Would it be possible to share the problem IFC file? If the data is private, you can send it to us directly by submitting a case instead. This will give us more context by letting us run the reader in FME to check the full log, and to make sure that the file reads correctly in other third-party IFC viewers as well before we try to dive deeper into the file. If you have any details on the parameters used to export the file from ArchiCAD that would be helpful as well.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • Best Answer
  • February 28, 2023

Hi @Johan Larsson Wallin​,

The only thing I've noticed so far is that support for IfcIndexedPolyCurve which contain vertical arcs was added in FME 2019.0, are you running FME 2019 or newer?

 

Would it be possible to share the problem IFC file? If the data is private, you can send it to us directly by submitting a case instead. This will give us more context by letting us run the reader in FME to check the full log, and to make sure that the file reads correctly in other third-party IFC viewers as well before we try to dive deeper into the file. If you have any details on the parameters used to export the file from ArchiCAD that would be helpful as well.

 


jlw_tyrens
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 4 replies
  • February 28, 2023

Hi @Johan Larsson Wallin​,

The only thing I've noticed so far is that support for IfcIndexedPolyCurve which contain vertical arcs was added in FME 2019.0, are you running FME 2019 or newer?

 

Would it be possible to share the problem IFC file? If the data is private, you can send it to us directly by submitting a case instead. This will give us more context by letting us run the reader in FME to check the full log, and to make sure that the file reads correctly in other third-party IFC viewers as well before we try to dive deeper into the file. If you have any details on the parameters used to export the file from ArchiCAD that would be helpful as well.

 

Hi! Thanks for the rapid response. I will submit a case.

//Johan