-
Suggested here: https://github.com/buildingsmart-community/bSDD-Revit-plugin/issues/97
-
In IFC4 IfcCountMeasure is defined as `NUMBER` so it does support storing both `REAL` and `INTEGER` values.
```express
TYPE IfcNumericMeasure = NUMBER;
END_TYPE;
```
But we don't seem to suppor…
-
Psets from IFC4.3 are represented as class with class type "GroupOfProperties" (see for instance Pset_ActorCommon with URI [ https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/Pset_A…
-
I thought this worked at one point...
![image](https://github.com/user-attachments/assets/1268b452-f03e-491e-91db-03dbb52251d7)
```
Python: Traceback (most recent call last):
File "C:\Users\Ry…
-
The following request/questions came from a quick interaction with the datamodel.
### 1. `IfcValidationOutcome.instance` points to model instead of instance
https://github.com/buildingSMART/ifc-…
-
and use the BSDD api direct to retrieve uniclass codes.
(or could use the NBS one... but I think that needs access keys so gets a little complex...)
https://search.bsdd.buildingsmart.org/uri/nbs…
-
When trying to compute placements for comparison with https://github.com/buildingSMART/IFC4.x-IF/tree/main/IFC-files/Linear-placement-sleepers/ACCA#readme the following issue is noted.
**Problem**
…
-
For larger files, only the LFS link files are available and "Download" or "Raw" links in the Github UI are not being resolved to the actual LFS fils. Also cloning via plain git with lfs results in err…
-
ALS007 restricts representation to a gradient curve.
However, in the Alignment documentation it notes that several types of curves might be used for geometric representation (refer Geometric perspect…
-
It should use `IfcPresentationStyle` instead. This means that IFC4 exports from other BIM applications, when imported into Revit, do not have colours. It also leads to invalid IFC4 exports which canno…
Moult updated
1 month ago