ArturTomczak
ArturTomczak
In the wiki it says you can change node's icon by drag&dropping 24x24px PNG file. I tried but it doesn't change. Does that feature work in Rhino7?
The documentation says there is no such markdown file. https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/property/OperationModeHistory.htm I wanted to remove the description saying "...corresponding to Pset_UnitaryControlTypeCommon.Mode. For example, 'HEAT', 'COOL', 'AUTO'." since that pset and property...
The _LifeCyclePhase_ occurs once as a property in Pset_EnvironmentalImpactIndicators (https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/Pset_EnvironmentalImpactIndicators.htm), taking ENUM as its value.  and also as an attribute on IfcPerformanceHistory (https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcPerformanceHistory.htm) taking IfcLabel as value and having...
I found some descriptions containing random `\n` in them, should probably remove all of them: > 'Allows for specification of user defined roles beyond the\nenumeration values provided by Role attribute...
https://github.com/buildingSMART/IDS/blob/6d71cdf3547a0383c6cfbbead81a7cef7521ac3a/Development/IDS_oma.ids#L158 Found it in sample files and this doesn't look like a correct regular expression in the XSD pattern flavor. By default, all XSD patterns look at the whole phrase,...
Markus Järvenpää raised the issue that Finnish classes, properties and property sets often need 'Äą'. In bSDD we allow 'Äą' in names but not in codes. **Problem 1**: The property...
According to the textual description, the IfcFlowSegment should be abstract entity but isn't: https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcFlowSegment.htm
Length of IfcPipeSegment appears both in [Pset_PipeSegmentTypeCommon ](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/Pset_PipeSegmentTypeCommon.htm)and [Qto_PipeSegmentBaseQuantities](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/Qto_PipeSegmentBaseQuantities.htm). I then looked at the PSD definition, but didn't find that Length there: https://github.com/buildingSMART/IFC4.3.x-development/blob/master/reference_schemas/psd/Pset_PipeSegmentTypeCommon.xml - [ ] I would remove the...
As discussed here: https://github.com/IfcOpenShell/IfcOpenShell/issues/4624, it's worth indicating the end of the short semantic definition and the beginning of the usually long and technical description. This marker, apart from enabling software...
Documenting the group decision, that there should be no tolerance for ranges (min/max exc/inclusive. Additionally, corrected the corresponding test cases. CC: #311, #315