ashvinisawantsofttechengr
ashvinisawantsofttechengr
public override string GetPlotName(BIMDCREnums.clsEnums.ModelType model, int buildingNo) { string Name = string.Empty; try { var m_compIFCSite = ClsECC.m_clsExecCtxCmp.GetComponent(model, BIMDCREnums.clsEnums.EC.IFCSITE, buildingNo); foreach (Component compsurface in m_compIFCSite.GetSubcomponents()) { Name = compsurface.GetName(); }...
Can we use folowing function to get all face points of any building elements and how? ```cs public Dictionary GetFacesOfASpace(string spaceGuid) { Dictionary faces = new Dictionary(); XbimGeometryEngine engine =...
In hoops Type name property is found but In XBIM there is no any property like type name property in identity data, Only Mark property is found. Is there any...