Skip to content

Commit

Permalink
[#53069] added measurement tool toggle
Browse files Browse the repository at this point in the history
- still set to true, as there is a bug crashing the viewer on false
  • Loading branch information
Kharonus committed Apr 12, 2024
1 parent 277364b commit f2c800e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export class IFCViewerComponent implements OnInit, OnDestroy, AfterViewInit {
busyModelBackdropElement: this.viewerContainer.nativeElement as HTMLElement,
keyboardEventsElement: this.modelCanvas.nativeElement as HTMLElement,
enableEditModels: manageIfcModelsAllowed,
enableMeasurements: true, // TODO: should be false
},
this.ifcData.projects,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export interface XeokitElements {
busyModelBackdropElement:HTMLElement;
enableEditModels?:boolean;
keyboardEventsElement?:HTMLElement;
enableMeasurements?:boolean;
}

/**
Expand Down

0 comments on commit f2c800e

Please sign in to comment.