IFC-gen icon indicating copy to clipboard operation
IFC-gen copied to clipboard

Support WHERE statements.

Open ikeough opened this issue 8 years ago • 1 comments

WHERE statements are currently parsed, but not code is generated. These should generate data validation code which is fired when an entity's state changes.

ikeough avatar Jul 23 '17 19:07 ikeough

In discussion with @jmirtsch, it was decided that these validations would be good to have as static functions on the 'Model' class (or whatever class manages the collection of IFC object instances). These validations could then be run as part of the transaction which commits the instances.

ikeough avatar Jul 28 '17 23:07 ikeough