Closed ashvinisawantsofttechengr closed 5 months ago
Hi @ashvinisawantsofttechengr , I'm glad you have chosen the Toolkit as a replacement for Hoops. However, I'm sorry, but this kind of question is way beyond the level of support we can provide here on GitHub. It is not an issue with the Toolkit, or IFC implementation. If you need an assistance with mapping Hoops features and functionality to xbim Toolkit, we can provide commercial support for that. Feel free to get in touch if you are interested.
We are replacing hoops by xbim. In hoops we are getting shellpoints of building component. We want to get same shellpoints using XBim. This is shellpoints function which is using hoops.
public void GetShellPointsOfComponent1(HPS.Component component, out List shellPoint, out List faces, out List<int[]> FacesSet)
{
FacesSet = new List<int[]>();