Question

How to define the Upper- and LowerBound of an "Bounded value" Property Typ of the IFCPropertySetDefinitionCreator

  • 25 October 2019
  • 2 replies
  • 0 views

Badge

 

Hi,

 

i like to define the upperBound and lowerBound for an attribut with Property Type "Bounded value" defined with the IFCPropertySetDefinitionCreator. (see below)

 

 

How to set the domain (value range) 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_03 = 'test'

 

 

 

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 Upper- and LowerBound in the IFC-file/IFC-schema.

Reply