We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b82fa8 + 1562da4 commit 0b17e58Copy full SHA for 0b17e58
1 file changed
voxec.h
@@ -980,7 +980,7 @@ class op_export_elements : public voxel_operation {
980
num_faces++;
981
}
982
983
- // @todo arbitary value alert
+ // @todo arbitrary value alert
984
if (num_faces > 3) {
985
std::string guid = *((IfcUtil::IfcBaseEntity*)f0->instance_by_id(iden))->get("GlobalId");
986
if (n) {
@@ -1029,7 +1029,7 @@ class op_export_ifc : public voxel_operation {
1029
1030
1031
1032
1033
if (num_faces >= 1) {
1034
auto inst = f0->instance_by_id(iden);
1035
new_file.addEntity(inst);
0 commit comments