We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a166bb0 commit 1562da4Copy full SHA for 1562da4
1 file changed
voxec.h
@@ -962,7 +962,7 @@ class op_export_elements : public voxel_operation {
962
num_faces++;
963
}
964
965
- // @todo arbitary value alert
+ // @todo arbitrary value alert
966
if (num_faces > 3) {
967
std::string guid = *((IfcUtil::IfcBaseEntity*)f0->instance_by_id(iden))->get("GlobalId");
968
if (n) {
@@ -1011,7 +1011,7 @@ class op_export_ifc : public voxel_operation {
1011
1012
1013
1014
1015
if (num_faces >= 1) {
1016
auto inst = f0->instance_by_id(iden);
1017
new_file.addEntity(inst);
0 commit comments