import {XKTPropertySet} from '@xeokit/xeokit-convert/src/XKTModel/XKTPropertySet.js'
XKTPropertySet
A property set within an XKTModel.
These are shared among XKTMetaObjects.
- Created by XKTModel#createPropertySet
- Stored in XKTModel#propertySets and XKTModel#propertySetsList
- Has an ID, a type, and a human-readable name
Member Summary
Public Members | ||
public |
properties: *[] The properties within this |
|
public |
Unique ID of this |
|
public |
Indicates the XKTPropertySet meta object name. |
|
public |
Indicates the This defaults to "default". |
Public Members
public propertySetName: string source
Indicates the XKTPropertySet meta object name.
This defaults to XKTPropertySet#propertySetId.