clearSelections method
Clears all selected entities in the 3D model.
Implementation
Future<void> clearSelections() async {
await unselectEntities();
}
Clears all selected entities in the 3D model.
Future<void> clearSelections() async {
await unselectEntities();
}