-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
userdefuned #308
Comments
Quite right, I'll address that, apologies. |
The ids file in test case is probably wrong, the tag:
must be replaced with:
|
We are trying to move away from user-defined types (and in IFC 5 even from predefined-types). |
To check the predefined type attribute, we could test this way:
|
...
<value>
<simpleValue>UNDEFINED</simpleValue> <!-- rather than WALDO-->
</value> While this may work, it's worth noting that I believe the Entity Predefined Type logic should check the DefiningType as well as the instance. So for instance in IFC2x3 an IFCWALL has no PredefinedType - it's on the IFCWALLTYPE. So you may get subtle differences accessing via Attribute facet |
entity\pass-userdefuned_predefined_types_may_be_specified.ids
should probably be named
entity\pass-userdefined_predefined_types_may_be_specified.ids
The text was updated successfully, but these errors were encountered: