0

Determine the front and back side of doors or opening side of door using 3min js. Following code is to get the mesh data of the selected element

var fragmentproxy = viewer.impl.getFragmentProxy(viewer.model, fragIds);

console.log(fragmentproxy);
  • Can you elaborate your questions? Please note the `Viewer` uses meshes, not the full geometry as in Revit desktop product. – Augusto Goncalves Feb 01 '18 at 21:51
  • Sir want to check door pull and push side area for clearance check. Is there any way to get 3d element details for its pull side area. – Irfan Shaikh Feb 02 '18 at 06:53
  • that information (side of a door) is not available on the 3D model on Viewer (it's just a closed door, visually), on the 2D view of the floor you can see it, but would be just a collection of lines (raw geometry) – Augusto Goncalves Feb 02 '18 at 12:58

0 Answers0