box argument is optional when setting the section box

This commit is contained in:
AlexandruPopovici
2022-08-26 15:20:00 +03:00
parent e6eb925490
commit e0195ab6e6
+1 -1
View File
@@ -121,7 +121,7 @@ export interface IViewer {
on(eventType: ViewerEvent, handler: (arg) => void)
setSectionBox(
box: {
box?: {
min: { x: number; y: number; z: number }
max: { x: number; y: number; z: number }
},