-
-
Notifications
You must be signed in to change notification settings - Fork 897
IfcConvert: Failed to convert curve: IfcTrimmedCurve #2115
Description
Hi all,
I'm trying to convert .IFC files into .OBJ and/or .GLTF files using the latest version of IfcConvert but unfortunately I'm getting the errors as shown below. I'm trying to figure out why these errors occur, so I thought why not ask here. Has it got anything to do with the schema being used for example? The .IFC files I'm trying to convert have IFC2X3 set as schema.
The command I'm using is maybe too simple, am I missing some important parameters here? IfcConvert BLOK_A.ifc BLOK_A.obj
[Error] {1I0NP3bnvFqB_BULGu2dZp} Failed to convert curve:
#3568771=IfcTrimmedCurve(#3568770,(IfcParameterValue(90.0000000000001)),(IfcParameterValue(180.)),.T.,.PARAMETER.)
[Error] {1I0NP3bnvFqB_BULGu2dZp} Failed to convert curve:
#3568786=IfcTrimmedCurve(#3568785,(IfcParameterValue(180.)),(IfcParameterValue(270.)),.T.,.PARAMETER.)
[Error] {1I0NP3bnvFqB_BULGu2dZp} Failed to convert curve:
#3568801=IfcTrimmedCurve(#3568800,(IfcParameterValue(270.)),(IfcParameterValue(360.)),.T.,.PARAMETER.)
[Error] {1I0NP3bnvFqB_BULGu2dZp} Failed to convert curve:
#3568857=IfcTrimmedCurve(#3568856,(IfcParameterValue(90.0000000000001)),(IfcParameterValue(180.)),.T.,.PARAMETER.)
[Error] {1I0NP3bnvFqB_BULGu2dZp} Failed to convert curve:
#3568872=IfcTrimmedCurve(#3568871,(IfcParameterValue(180.)),(IfcParameterValue(270.)),.T.,.PARAMETER.)
[Error] {1I0NP3bnvFqB_BULGu2dZp} Failed to convert curve:
#3568887=IfcTrimmedCurve(#3568886,(IfcParameterValue(270.)),(IfcParameterValue(360.)),.T.,.PARAMETER.)
[Error] {0f0w3bNe53EQnpBLLNo2Er} Failed to convert curve:
#3983303=IfcTrimmedCurve(#3983302,(IfcParameterValue(87.9999999995671)),(IfcParameterValue(258.486660875586)),.T.,.PARAMETER.)
[Error] {0f0w3bNe53EQnpBLLNo27o} Failed to convert curve:
#3985912=IfcTrimmedCurve(#3985911,(IfcParameterValue(88.0000000000062)),(IfcParameterValue(258.486660875616)),.T.,.PARAMETER.)
[Error] {0f0w3bNe53EQnpBLLNo21_} Failed to convert curve:
#3986232=IfcTrimmedCurve(#3986231,(IfcParameterValue(88.0000000000062)),(IfcParameterValue(258.486660875616)),.T.,.PARAMETER.)
[Error] {2PFWqMu6b2mxqavbpzEK5X} Failed to convert curve:
#4000995=IfcTrimmedCurve(#4000994,(IfcParameterValue(88.0000000000601)),(IfcParameterValue(258.486660875586)),.T.,.PARAMETER.)
P.S. my goal is to convert .IFC files into at runtime importable models in Unity
Hoping to find answers here.
Thanks in advance.