Skip to content

Extended error logging (issue #33)#66

Merged
aothms merged 2 commits into
IfcOpenShell:masterfrom
iras:extended_error_logging
May 11, 2016
Merged

Extended error logging (issue #33)#66
aothms merged 2 commits into
IfcOpenShell:masterfrom
iras:extended_error_logging

Conversation

@iras

@iras iras commented May 6, 2016

Copy link
Copy Markdown
Contributor

Thank you for the directions, Thomas.

@iras

iras commented May 6, 2016

Copy link
Copy Markdown
Contributor Author

The verbose option is on but it's not necessary.

Before,

Log:
[Notice] Using world coords when writing WaveFront OBJ files
[Warning] Precision lower than 0.0000001 meter not enforced
[Warning] Subtraction yields unchanged volume:
#1239=IfcBooleanClippingResult(.DIFFERENCE.,#1226,#1238)
[Warning] Subtraction yields unchanged volume:
#1304=IfcBooleanClippingResult(.DIFFERENCE.,#1291,#1303)
[Error] Flattening face boundary
#2515=IfcFaceOuterBound(#2514,.T.)
[Error] Flattening face boundary
#2519=IfcFaceOuterBound(#2518,.T.)
[Error] Flattening face boundary
#2523=IfcFaceOuterBound(#2522,.T.)

Conversion took 2 seconds

After,

Log:
[Notice] Using world coords when writing WaveFront OBJ files
[Warning] Precision lower than 0.0000001 meter not enforced
[Warning] {5bXT5tLjzBPuyuk5bT3oqe} Subtraction yields unchanged volume:
#1239=IfcBooleanClippingResult(.DIFFERENCE.,#1226,#1238)
[Warning] {5bXT5tLjzBPuyuk5bT3oqe} Subtraction yields unchanged volume:
#1304=IfcBooleanClippingResult(.DIFFERENCE.,#1291,#1303)
[Error] {5bXT5tLjzBPuyuk5bT3oqe} Flattening face boundary
#2515=IfcFaceOuterBound(#2514,.T.)
[Error] {5bXT5tLjzBPuyuk5bT3oqe} Flattening face boundary
#2519=IfcFaceOuterBound(#2518,.T.)
[Error] {5bXT5tLjzBPuyuk5bT3oqe} Flattening face boundary
#2523=IfcFaceOuterBound(#2522,.T.)

Conversion took 2 seconds

Notice the addition of the IFC item's GUID, within curly brackets.

@aothms

aothms commented May 11, 2016

Copy link
Copy Markdown
Member

Perfect, thanks for this Ivano. Sorry for the delay in merging.

@iras

iras commented May 11, 2016

Copy link
Copy Markdown
Contributor Author

+1

@aothms aothms merged commit 0253c1d into IfcOpenShell:master May 11, 2016
@iras iras deleted the extended_error_logging branch May 11, 2016 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants