Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 994 Bytes

PropertyDefinition.md

File metadata and controls

18 lines (13 loc) · 994 Bytes

PropertyDefinition

Adds nested create feature

Properties

Name Type Description Notes
id int [readonly]
unit bool, date, datetime, dict, float, int, list, str, none_type [optional]
name str, none_type [optional]
description str, none_type [optional]
type str, none_type IfcProperty*, IfcProperties, IfcComplexProperty, IfcQuantity, IfcComplexQuantity, Attribute [optional]
value_type str, none_type Type of the corresponding value (Boolean, integer, float, string, IfcRange, ...) [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]