Ejemplo n.º 1
0
 public static DoorWindowInfo CreateWindow(ExporterIFC exporterIFC, FamilyInstance famInst, HostObject hostObj,
                                           ElementId overrideLevelId, Transform trf)
 {
     return(DoorWindowInfo.CreateWindow(exporterIFC, famInst, hostObj, overrideLevelId, trf));
 }
Ejemplo n.º 2
0
 public static DoorWindowInfo CreateDoor(ExporterIFC exporterIFC, FamilyInstance famInst, HostObject hostObj,
                                         ElementId overrideLevelId, Transform trf, IFCExportInfoPair exportType)
 {
     return(DoorWindowInfo.CreateDoor(exporterIFC, famInst, hostObj, overrideLevelId, trf, exportType));
 }