Hi All,
Actually our use case is that,
- We will bring 3D Models from different 3D Modeling Tools e.g. Revit, SolidWorks, OpenJSCAD etc. and then we would need make those normal 3D Model into the 3D Parametric Model over the Web Browser based application (we are thinking of using OpenJSCAD for that purpose, but please feel free to propose any other better alternates for doing it over the Web).
- Once the 3D Parametric Models are defined (i.e. modeled), we then want to define certain “Rules” against the Geometry for example that when this Geometry (say a Table) needs to put next to another geometry say Chair, we should be able to define rules like “Tolerance level i.e. how close these two objects can be placed against each other” or “that a Table can not be put/placed on top of a chair”. For this kind of Rules mechanism, not sure if ThreeJS should be used for that purpose , or not sure if OpenJSCAD itself could be used for that (I know this threejs forum may not be right forum for that question)
- Also, there is another ask, that say when we are over laying one object (3D Model) on top of another object (3D Model), if the rule can be defined that the outer 3D Model should adjust itself e.g. imagine as if we are putting a big rock into the Mud, and the Mud reshapes itself to let the Rock be placed inside the Mud, and there also we will need to apply those rules that we want to define above.