SunilApte
SunilApte
We are currently replacing HOOPS with Xbim. In HOOPS we have following code: ``` HPS.Component[] children = m_compIFCSites.GetSubcomponents(); foreach (Component compsurface in children.ToList()) { var type = ComponentPropertyBuilder.FindStringPropertyTypecheck(compsurface); if (type...
We are replacing HOOPS code by using Xbim. We are able to replace the model loading and showing on desktop application. We need to get shell points of any component....