@twinfinity/core
Preparing search index...
BimIfcPropertiesResponse
Interface BimIfcPropertiesResponse
interface
BimIfcPropertiesResponse
{
products
:
DeepImmutable
<
Lookup
<
number
[]
>
>
;
propertyNames
:
string
[]
;
propertySetNames
:
string
[]
;
propertySets
:
DeepImmutableObject
<
{
h
:
string
;
n
:
number
[]
;
s
:
number
;
u
?:
number
[]
;
v
:
number
[]
}
,
>
[]
;
propertyUnits
?:
BimPropertyUnit
[]
;
propertyValues
:
(
string
|
number
|
boolean
)
[]
;
types
:
DeepImmutable
<
Lookup
<
number
[]
>
>
;
}
Index
Properties
products
property
Names
property
Set
Names
property
Sets
property
Units?
property
Values
types
Properties
Readonly
products
products
:
DeepImmutable
<
Lookup
<
number
[]
>
>
Readonly
property
Names
propertyNames
:
string
[]
Readonly
property
Set
Names
propertySetNames
:
string
[]
Readonly
property
Sets
propertySets
:
DeepImmutableObject
<
{
h
:
string
;
n
:
number
[]
;
s
:
number
;
u
?:
number
[]
;
v
:
number
[]
}
,
>
[]
Optional
Readonly
property
Units
propertyUnits
?:
BimPropertyUnit
[]
Readonly
property
Values
propertyValues
:
(
string
|
number
|
boolean
)
[]
Readonly
types
types
:
DeepImmutable
<
Lookup
<
number
[]
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
products
property
Names
property
Set
Names
property
Sets
property
Units
property
Values
types
@twinfinity/core
Loading...