Question

How to define permissible values of an "Enumerated value" Property Typ of the IFCPropertySetDefinitionCreator

  • 25 October 2019
  • 2 replies
  • 3 views

Badge

 

Hi,

 

i like to define the permissible values for attributs with Property Type = "Enumerated Value" defined with the IFCPropertySetDefinitionCreator. (see below)

 

 

How to set a liste of permissible values for the PropertyType "Bounded Value" ?

 

Is it possible to set de upper and lowerBound with FME?

 

 

 

The definition of the attribute value is already defined by using the attribute creator. (see below)

 

Test_Attribut_21 = 'Testwert 21'

 

 

Best regards

 

LuHu


2 replies

Badge +21

Can you use an AttributeValidator to do the validation before Writing?

Badge

right, for checking the values.

 

But

i like to define the permissible values in the IFC-file/IFC-schema.

 

Reply