#View Setting
The ViewSetting object is used to set the options of the floor plan diagram.
viewSetting = {
showImage: false,
showLabel: false,
showDimension: false,
showWallSection: true,
showAnnotation: false
}
In the above code snippet
- We do not display all the images, labels, dimensions, and annotations.
- Only display the room and room wall section.
