We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557133d commit 3ea5b4cCopy full SHA for 3ea5b4c
1 file changed
to_md.py
@@ -33,7 +33,7 @@ class Asset(NamedTuple):
33
34
35
def is_valid_product(product):
36
- if product in {"IfcConvert", "IfcGeomServer", "svgfill"}:
+ if product in {"IfcConvert", "IfcGeomServer", "svgfill", "IfcViewerFull", "IfcViewerMinimal"}:
37
return True
38
elif re.match(r"^ifcopenshell-python-\d{2,3}u?$", product):
39
0 commit comments