You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encountering an issue where the conversion of IFC files to XKT format results in a significant reduction in the physical size of the models. This is particularly problematic for our application, which is designed to support both IFC and XKT model formats. When loading both the original IFC model and its XKT counterpart, there is a noticeable discrepancy in their physical dimensions. This difference adversely affects the use of measurement tools within the application, leading to inaccurate dimensions. For instance, a wall that measures 12 feet in the original IFC model might only measure approximately 4 feet in the XKT version. This issue is not isolated; several IFC files experience a much more substantial reduction in size when converted to XKT.
Impact
The disparity in model sizes between the original IFC files and their XKT conversions significantly impacts the accuracy of our application's measurement tools. This makes it challenging to maintain the integrity of spatial measurements, which is crucial for our users who rely on precise dimensions for planning, analysis, and execution of projects.
Steps to Reproduce
Convert an IFC model to XKT format using the convert2xkt function
Load both the original IFC model and the converted XKT model into the application.
Use the DistanceMeasurementsPlugin from xeokit to compare the dimensions of identical elements within both models. This plugin is our standard tool for measuring distances in the application.
Expected Behavior
The conversion process should preserve the original physical dimensions of the IFC model, ensuring that the XKT model reflects accurate sizes and measurements.
Actual Behavior
The converted XKT models exhibit a significant reduction in physical size compared to their original IFC counterparts, leading to inaccuracies in measurements and dimensions within the application.
Possible Solution
Any insights or suggestions on maintaining the original scale and dimensions during the IFC to XKT conversion process would be greatly appreciated.
Additional Context
We are utilizing the DistanceMeasurementsPlugin from xeokit for distance measurements in our application. The inaccuracies in model dimensions directly impact the effectiveness of this tool.
The conversion is performed using the following asynchronous function:
Description
We are encountering an issue where the conversion of IFC files to XKT format results in a significant reduction in the physical size of the models. This is particularly problematic for our application, which is designed to support both IFC and XKT model formats. When loading both the original IFC model and its XKT counterpart, there is a noticeable discrepancy in their physical dimensions. This difference adversely affects the use of measurement tools within the application, leading to inaccurate dimensions. For instance, a wall that measures 12 feet in the original IFC model might only measure approximately 4 feet in the XKT version. This issue is not isolated; several IFC files experience a much more substantial reduction in size when converted to XKT.
Impact
The disparity in model sizes between the original IFC files and their XKT conversions significantly impacts the accuracy of our application's measurement tools. This makes it challenging to maintain the integrity of spatial measurements, which is crucial for our users who rely on precise dimensions for planning, analysis, and execution of projects.
Steps to Reproduce
convert2xkt
functionDistanceMeasurementsPlugin
from xeokit to compare the dimensions of identical elements within both models. This plugin is our standard tool for measuring distances in the application.Expected Behavior
The conversion process should preserve the original physical dimensions of the IFC model, ensuring that the XKT model reflects accurate sizes and measurements.
Actual Behavior
The converted XKT models exhibit a significant reduction in physical size compared to their original IFC counterparts, leading to inaccuracies in measurements and dimensions within the application.
Possible Solution
Any insights or suggestions on maintaining the original scale and dimensions during the IFC to XKT conversion process would be greatly appreciated.
Additional Context
DistanceMeasurementsPlugin
from xeokit for distance measurements in our application. The inaccuracies in model dimensions directly impact the effectiveness of this tool.The text was updated successfully, but these errors were encountered: