Praful-Bentley

Results 11 comments of Praful-Bentley

> > One idea to (potentially) address both of these issues is to replace the current `Popup` usage with iTwinUI `Popover` in the AppUI repo. > > Yeah, using ``...

@grigasp do you have any sample code for a custom property grid display that I can refer to for implementation.

Sure, by custom property grid I mean, when there's no iModel is present in a project and we have to use blankIModelConnection. To draw geometries, I am using decorator with...

Thanks, I will surely try this as a long term solution. To quickly resolve a problem at hand, can you tell me the reason of this error when I am...

I have to reopen this issue as the user still finds it uneasy to measure distances. Like in this video, I turned off the map but I'm able to click...

> Yes, solved a similar issue in the measure volume tool by using this code for selecting points: > > ``` > public static getDepthPoint(ev: BeButtonEvent): Point3d { > if...

I'll try that. Can we have this feature built into the tool out of the box to be able to identify the 3D geometries and the background map or space?...

I have created a [sandbox](https://www.itwinjs.org/sandboxes/PrafulDeshbhratar/RealityData-forked/) with a custom distance measurement tool from a reference. The objective is to prohibit any point selection in the black background. User should be able...